Package org.robovm.apple.storekit
Interface SKPaymentTransactionObserver
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
SKPaymentTransactionObserverAdapter
public interface SKPaymentTransactionObserver extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description voiddidRevokeEntitlements(SKPaymentQueue queue, NSArray<NSString> productIdentifiers)voidpaymentQueueDidChangeStorefront(SKPaymentQueue queue)voidremovedTransactions(SKPaymentQueue queue, NSArray<SKPaymentTransaction> transactions)voidrestoreCompletedTransactionsFailed(SKPaymentQueue queue, NSError error)voidrestoreCompletedTransactionsFinished(SKPaymentQueue queue)booleanshouldAddStorePayment(SKPaymentQueue queue, SKPayment payment, SKProduct product)voidupdatedDownloads(SKPaymentQueue queue, NSArray<SKDownload> downloads)voidupdatedTransactions(SKPaymentQueue queue, NSArray<SKPaymentTransaction> transactions)
-
Method Details
-
updatedTransactions
-
removedTransactions
-
restoreCompletedTransactionsFailed
-
restoreCompletedTransactionsFinished
-
updatedDownloads
-
shouldAddStorePayment
- Since:
- Available in iOS 11.0 and later.
-
paymentQueueDidChangeStorefront
- Since:
- Available in iOS 13.0 and later.
-
didRevokeEntitlements
- Since:
- Available in iOS 14.0 and later.
-