Mock in-app purchase used for unit testing.
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Platforms InAppPurchase
DeltaEngine.Platforms.Mocks MockInAppPurchase
Namespace: DeltaEngine.Platforms.Mocks
Assembly: DeltaEngine.Platforms.Mocks (in DeltaEngine.Platforms.Mocks.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The MockInAppPurchase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MockInAppPurchase | Initializes a new instance of the MockInAppPurchase class |
Methods
Name | Description | |
---|---|---|
![]() | InvokeOnReceivedProductInformation | (Inherited from InAppPurchase.) |
![]() | InvokeOnTransactionFinished | (Inherited from InAppPurchase.) |
![]() | InvokeOnUserCanceled | (Inherited from InAppPurchase.) |
![]() | PurchaseProductAsync | (Overrides InAppPurchase PurchaseProductAsync(ProductData).) |
![]() | RequestProductInformationAsync | (Overrides InAppPurchase RequestProductInformationAsync( Int32 ).) |
Fields
Name | Description | |
---|---|---|
![]() | TestProductData |
Events
Name | Description | |
---|---|---|
![]() | OnReceivedProductInformation | (Inherited from InAppPurchase.) |
![]() | OnTransactionFinished | (Inherited from InAppPurchase.) |
![]() | OnUserCanceled | (Inherited from InAppPurchase.) |
See Also