Uses of Class
org.robovm.apple.storekit.SKPaymentTransaction
| Package | Description |
|---|---|
| org.robovm.apple.storekit |
-
Uses of SKPaymentTransaction in org.robovm.apple.storekit
Methods in org.robovm.apple.storekit that return SKPaymentTransaction Modifier and Type Method Description SKPaymentTransactionSKPaymentTransaction. getOriginalTransaction()SKPaymentTransactionSKDownload. getTransaction()Methods in org.robovm.apple.storekit that return types with arguments of type SKPaymentTransaction Modifier and Type Method Description NSArray<SKPaymentTransaction>SKPaymentQueue. getTransactions()Methods in org.robovm.apple.storekit with parameters of type SKPaymentTransaction Modifier and Type Method Description voidSKPaymentQueue. finishTransaction(SKPaymentTransaction transaction)booleanSKPaymentQueueDelegate. shouldContinueTransaction(SKPaymentQueue paymentQueue, SKPaymentTransaction transaction, SKStorefront newStorefront)booleanSKPaymentQueueDelegateAdapter. shouldContinueTransaction(SKPaymentQueue paymentQueue, SKPaymentTransaction transaction, SKStorefront newStorefront)Method parameters in org.robovm.apple.storekit with type arguments of type SKPaymentTransaction Modifier and Type Method Description voidSKPaymentTransactionObserver. removedTransactions(SKPaymentQueue queue, NSArray<SKPaymentTransaction> transactions)voidSKPaymentTransactionObserverAdapter. removedTransactions(SKPaymentQueue queue, NSArray<SKPaymentTransaction> transactions)voidSKPaymentTransactionObserver. updatedTransactions(SKPaymentQueue queue, NSArray<SKPaymentTransaction> transactions)voidSKPaymentTransactionObserverAdapter. updatedTransactions(SKPaymentQueue queue, NSArray<SKPaymentTransaction> transactions)