public interface SKPaymentQueueDelegate
| Modifier and Type | Method and Description |
|---|---|
default boolean |
paymentQueueShouldContinueTransactionInStorefront(SKPaymentQueue paymentQueue,
SKPaymentTransaction transaction,
SKStorefront newStorefront)
Sent when the storefront changes while a payment is processing.
|
default boolean |
paymentQueueShouldShowPriceConsent(SKPaymentQueue paymentQueue)
Sent if there is a pending price consent confirmation from the App Store for the current user.
|
default boolean paymentQueueShouldContinueTransactionInStorefront(SKPaymentQueue paymentQueue, SKPaymentTransaction transaction, SKStorefront newStorefront)
default boolean paymentQueueShouldShowPriceConsent(SKPaymentQueue paymentQueue)