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.RequestProductInformationAsync(System.Int32[])
Assembly: DeltaEngine.Platforms (in DeltaEngine.Platforms.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Parameters
- productIds
- Type: System Int32
Return Value
Type: BooleanRemarks
Examples
[Test] public void RequestProductInformation() { var inAppPurchase = GetMockInAppPurchase(); inAppPurchase.OnReceivedProductInformation += ReceivedProductInformation; Assert.IsTrue(inAppPurchase.RequestProductInformationAsync(new[] { 0 })); }
See Also