Namespace: DeltaEngine.InAppPurchase.PayPal
Assembly: DeltaEngine.InAppPurchase.PayPal (in DeltaEngine.InAppPurchase.PayPal.dll) Version: 1.1.1.0 (1.1.1)
Tests: DeltaEngine.InAppPurchase.PayPal.Tests.PayPalInAppPurchasesTests
1 unit tests call DeltaEngine.InAppPurchase.PayPal.PayPalInAppPurchases.PurchaseProductAsync(DeltaEngine.Platforms.ProductData)
Assembly: DeltaEngine.InAppPurchase.PayPal (in DeltaEngine.InAppPurchase.PayPal.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Parameters
- product
- Type: DeltaEngine.Platforms ProductData
Return Value
Type: BooleanRemarks
Examples
[Test, Ignore] public void PurchaseProductOpenWebBrowser() { var inAppPurchase = GetPayPalInAppPurchases(); inAppPurchase.PurchaseProductAsync(GetTestProductData()); }
See Also