Method GetPurchaseState
GetPurchaseState(Product)
THIS IS A FAKE, NO CODE WILL BE EXECUTED!
Determines the purchase state of a product in the Google Play Store based on its receipt.
Declaration
public GooglePurchaseState GetPurchaseState(Product product)
Parameters
Type | Name | Description |
---|---|---|
Product | product | Product |
Returns
Type | Description |
---|---|
GooglePurchaseState | Returns the purchase state when successful, otherwise an exception is thrown. |