StoreKit.SKPaymentQueue Members

The members of StoreKit.SKPaymentQueue are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.

Protected Constructors

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.

Public Properties

[read-only]
static
CanMakePaymentsbool. Determines whether the user is allowed to make payments.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
static
DefaultQueueSKPaymentQueue. The singleton class that is used to make payments.
[read-only]
TransactionsSKPaymentTransaction[]. The current set of pending transactions.

Public Methods

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.

Protected Methods

override
Dispose(bool)
Releases the resources used by the SKPaymentQueue object.