PKPaymentAuthorizationViewControllerDelegate_Extensions.DidSelectShippingAddress Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the user selected a shipping address.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, null)]
public static void DidSelectShippingAddress (this PassKit.IPKPaymentAuthorizationViewControllerDelegate This, PassKit.PKPaymentAuthorizationViewController controller, AddressBook.ABRecord address, PassKit.PKPaymentShippingAddressSelected completion);
static member DidSelectShippingAddress : PassKit.IPKPaymentAuthorizationViewControllerDelegate * PassKit.PKPaymentAuthorizationViewController * AddressBook.ABRecord * PassKit.PKPaymentShippingAddressSelected -> unit
Parameters
The instance on which this extension method operates.
- controller
- PKPaymentAuthorizationViewController
- address
- ABRecord
- completion
- PKPaymentShippingAddressSelected
- Attributes