The members of StoreKit.SKPaymentQueue are listed below.
See Also: Inherited members from Foundation.NSObject
| Default constructor that initializes a new instance of this class with no parameters. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [read-only] static | CanMakePayments | bool. Determines whether the user is allowed to make payments. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] static | DefaultQueue | SKPaymentQueue. The singleton class that is used to make payments. |
| [read-only] | Transactions | SKPaymentTransaction[]. The current set of pending transactions. |
AddPayment(SKPayment)Adds a new payment to the queue. | ||
AddTransactionObserver(ISKPaymentTransactionObserver)Documentation for this section has not yet been entered. | ||
CancelDownloads(SKDownload[])Documentation for this section has not yet been entered. | ||
FinishTransaction(SKPaymentTransaction)Finishes a payment transaction. | ||
PauseDownloads(SKDownload[])Documentation for this section has not yet been entered. | ||
RemoveTransactionObserver(ISKPaymentTransactionObserver)Documentation for this section has not yet been entered. | ||
RestoreCompletedTransactions()Request to estore previously completed purchases. | ||
RestoreCompletedTransactions(string)Documentation for this section has not yet been entered. | ||
ResumeDownloads(SKDownload[])Documentation for this section has not yet been entered. | ||
StartDownloads(SKDownload[])Documentation for this section has not yet been entered. | ||