PKPaymentAuthorizationViewControllerDelegate_Extensions.DidSelectShippingContact 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.
Called after the user has selected a shipping contact.
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'DidSelectShippingContact' instead.")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidSelectShippingContact (this PassKit.IPKPaymentAuthorizationViewControllerDelegate This, PassKit.PKPaymentAuthorizationViewController controller, PassKit.PKContact contact, PassKit.PKPaymentShippingAddressSelected completion);
static member DidSelectShippingContact : PassKit.IPKPaymentAuthorizationViewControllerDelegate * PassKit.PKPaymentAuthorizationViewController * PassKit.PKContact * PassKit.PKPaymentShippingAddressSelected -> unit
Parameters
The instance on which this extension method operates.
- controller
- PKPaymentAuthorizationViewController
- contact
- PKContact
- completion
- PKPaymentShippingAddressSelected
- Attributes