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