MockInAppPurchase ClassDelta Engine Documentation
Mock in-app purchase used for unit testing. View code on GitHub
Inheritance Hierarchy

System Object
  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

public class MockInAppPurchase : InAppPurchase

The MockInAppPurchase type exposes the following members.

Constructors

  NameDescription
Public methodMockInAppPurchase
Initializes a new instance of the MockInAppPurchase class
Top
Methods

  NameDescription
Public methodInvokeOnReceivedProductInformation (Inherited from InAppPurchase.)
Public methodInvokeOnTransactionFinished (Inherited from InAppPurchase.)
Public methodInvokeOnUserCanceled (Inherited from InAppPurchase.)
Public methodPurchaseProductAsync (Overrides InAppPurchase PurchaseProductAsync(ProductData).)
Public methodRequestProductInformationAsync (Overrides InAppPurchase RequestProductInformationAsync( Int32 ).)
Top
Fields

  NameDescription
Public fieldTestProductData
Top
Events

  NameDescription
Public eventOnReceivedProductInformation (Inherited from InAppPurchase.)
Public eventOnTransactionFinished (Inherited from InAppPurchase.)
Public eventOnUserCanceled (Inherited from InAppPurchase.)
Top
See Also