PKPaymentAuthorizationViewControllerDelegate.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.
[Foundation.Export("paymentAuthorizationViewController:didSelectShippingContact:completion:")]
[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 virtual void DidSelectShippingContact (PassKit.PKPaymentAuthorizationViewController controller, PassKit.PKContact contact, PassKit.PKPaymentShippingAddressSelected completion);
abstract member DidSelectShippingContact : PassKit.PKPaymentAuthorizationViewController * PassKit.PKContact * PassKit.PKPaymentShippingAddressSelected -> unit
override this.DidSelectShippingContact : PassKit.PKPaymentAuthorizationViewController * PassKit.PKContact * PassKit.PKPaymentShippingAddressSelected -> unit
Parameters
- controller
- PKPaymentAuthorizationViewController
- contact
- PKContact
- completion
- PKPaymentShippingAddressSelected
- Attributes