The members of StoreKit.SKPaymentTransactionObserver 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. |
PaymentQueueRestoreCompletedTransactionsFinished(SKPaymentQueue)This method is invoked when the payment queue has finished sending restored transactions. | ||
RemovedTransactions(SKPaymentQueue, SKPaymentTransaction[])Documentation for this section has not yet been entered. | ||
RestoreCompletedTransactionsFailedWithError(SKPaymentQueue, Foundation.NSError)Documentation for this section has not yet been entered. | ||
UpdatedDownloads(SKPaymentQueue, SKDownload[])Documentation for this section has not yet been entered. | ||
abstract | UpdatedTransactions(SKPaymentQueue, SKPaymentTransaction[])This method is invoked when one or more transactions have been updated. | |