Enum GooglePurchaseState
The state of the GooglePlay purchase.
Namespace: UnityEngine.Purchasing.Security
Assembly: solution.dll
Syntax
public enum GooglePurchaseState
Fields
| Name | Description |
|---|---|
| Cancelled | The purchase was cancelled. |
| Deferred | The purchase was deferred. |
| Purchased | The purchase was completed. |
| Refunded | The purchase was refunded. |