Enum GooglePurchaseState
The state of the GooglePlay purchase.
Namespace: UnityEngine.Purchasing.Security
Assembly: UnityEngine.Purchasing.SecurityStub.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. |