PayPalInAppPurchases PurchaseProductAsync Method Delta Engine Documentation

Namespace: DeltaEngine.InAppPurchase.PayPal
Assembly: DeltaEngine.InAppPurchase.PayPal (in DeltaEngine.InAppPurchase.PayPal.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public override bool PurchaseProductAsync(
	ProductData product
)

Return Value

Type: Boolean
Remarks

Tests: DeltaEngine.InAppPurchase.PayPal.Tests.PayPalInAppPurchasesTests
Examples

1 unit tests call DeltaEngine.InAppPurchase.PayPal.PayPalInAppPurchases.PurchaseProductAsync(DeltaEngine.Platforms.ProductData)
[Test, Ignore]
public void PurchaseProductOpenWebBrowser()
{
    var inAppPurchase = GetPayPalInAppPurchases();
    inAppPurchase.PurchaseProductAsync(GetTestProductData());
}
See Also