Method GetPurchaseState
GetPurchaseState(Product)
Determines the purchase state of a product in the Google Play Store based on its receipt.
Declaration
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. |