Enum UM_TransactionState
Possible transaction state options.
Namespace: SA.CrossPlatform.InApp
Assembly: cs.temp.dll.dll
Syntax
public enum UM_TransactionState
Fields
Name | Description |
---|---|
Failed | Transaction Failed. |
Pending | (Android) A Transaction is pending and the player will be informed when it's done. For more information on how to handle pending transactions see https://developer.android.com/google/play/billing/billing_library_overview. https://developer.android.com/google/play/billing/billing_library_overview#pending (iOS) A transaction that is in the queue, but its final status is pending external action such as Ask to Buy. |
Purchased | Transaction finished shamefully. |
Restored | Transaction was resorted. |
Unspecified | Unknown Transaction state. |