Namespace: DeltaEngine.Platforms
Assembly: DeltaEngine.Platforms (in DeltaEngine.Platforms.dll) Version: 1.1.1.0 (1.1.1)
Tests: DeltaEngine.Platforms.Tests.InAppPurchaseTests
1 unit tests call DeltaEngine.Platforms.InAppPurchase.InvokeOnUserCanceled(System.String)
Assembly: DeltaEngine.Platforms (in DeltaEngine.Platforms.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Parameters
- productId
- Type: System String
Remarks
Examples
[Test] public void PurchaseProductCanceled() { var inAppPurchase = GetMockInAppPurchase(); inAppPurchase.OnUserCanceled += PurchaseCanceled; inAppPurchase.InvokeOnUserCanceled("testId"); }
See Also