The members of PassKit.PKPaymentAuthorizationViewControllerDelegate are listed below.
See Also: Inherited members from Foundation.NSObject
| Default constructor, initializes a new instance of this class. | ||
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
abstract | DidAuthorizePayment(PKPaymentAuthorizationViewController, PKPayment, Action<PKPaymentAuthorizationStatus>)Indicates that the user authorized a payment request.. | |
DidSelectShippingAddress(PKPaymentAuthorizationViewController, AddressBook.ABRecord, PKPaymentShippingAddressSelected)Indicates the user selected a shipping address. | ||
DidSelectShippingMethod(PKPaymentAuthorizationViewController, PKShippingMethod, PKPaymentShippingMethodSelected)Indicates the user selected a shippingmethod. | ||
abstract | PaymentAuthorizationViewControllerDidFinish(PKPaymentAuthorizationViewController)Indicates the payment authorization has completed. | |