Package org.robovm.apple.storekit
Interface SKPaymentQueueDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
SKPaymentQueueDelegateAdapter
public interface SKPaymentQueueDelegate extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description booleanpaymentQueueShouldShowPriceConsent(SKPaymentQueue paymentQueue)booleanshouldContinueTransaction(SKPaymentQueue paymentQueue, SKPaymentTransaction transaction, SKStorefront newStorefront)
-
Method Details
-
shouldContinueTransaction
boolean shouldContinueTransaction(SKPaymentQueue paymentQueue, SKPaymentTransaction transaction, SKStorefront newStorefront)- Since:
- Available in iOS 13.0 and later.
-
paymentQueueShouldShowPriceConsent
- Since:
- Available in iOS 13.4 and later.
-