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