Enum ISN_SKPaymentTransactionState
Values representing the state of a transaction.
Namespace: SA.iOS.StoreKit
Assembly: cs.temp.dll.dll
Syntax
public enum ISN_SKPaymentTransactionState
Fields
| Name | Description |
|---|---|
| Deferred | A transaction that is in the queue, but its final status is pending external action such as Ask to Buy. |
| Failed | Transaction was cancelled or failed before being added to the server queue. |
| Purchased | Transaction is in queue, user has been charged. Client should complete the transaction. |
| Purchasing | Transaction is being added to the server queue. |
| Restored | Transaction was restored from user's purchase history. Client should complete the transaction. |