Package apple.passkit.protocol
Interface PKPaymentAuthorizationViewControllerDelegate.Block_paymentAuthorizationViewControllerDidSelectShippingAddressCompletion
-
- Enclosing interface:
- PKPaymentAuthorizationViewControllerDelegate
public static interface PKPaymentAuthorizationViewControllerDelegate.Block_paymentAuthorizationViewControllerDidSelectShippingAddressCompletion
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcall_paymentAuthorizationViewControllerDidSelectShippingAddressCompletion(long status, NSArray<? extends PKShippingMethod> shippingMethods, NSArray<? extends PKPaymentSummaryItem> summaryItems)
-
-
-
Method Detail
-
call_paymentAuthorizationViewControllerDidSelectShippingAddressCompletion
void call_paymentAuthorizationViewControllerDidSelectShippingAddressCompletion(long status, NSArray<? extends PKShippingMethod> shippingMethods, NSArray<? extends PKPaymentSummaryItem> summaryItems)
-
-