Enum GooglePurchaseState
The state of the GooglePlay purchase.
Namespace: UnityEngine.Purchasing.Security
Syntax
public enum GooglePurchaseState : int
Fields
| Name | Description | Value |
|---|---|---|
| Purchased | The purchase was completed. |
0 |
| Cancelled | The purchase was cancelled. |
1 |
| Refunded | The purchase was refunded. |
2 |