public final class SKPaymentTransactionState
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Deferred
The transaction is in the queue, but its final status is pending external action.
|
static long |
Failed
Transaction was cancelled or failed before being added to the server queue.
|
static long |
Purchased
Transaction is in queue, user has been charged.
|
static long |
Purchasing
Transaction is being added to the server queue.
|
static long |
Restored
Transaction was restored from user's purchase history.
|
public static final long Purchasing
public static final long Purchased
public static final long Failed
public static final long Restored
public static final long Deferred