Share via


PKPaymentAuthorizationViewControllerDelegate_Extensions.DidSelectShippingAddress Method

Definition

Indicates the user selected a shipping address.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DidSelectShippingAddress(this PassKit.IPKPaymentAuthorizationViewControllerDelegate This, PassKit.PKPaymentAuthorizationViewController controller, AddressBook.ABRecord address, PassKit.PKPaymentShippingAddressSelected completion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DidSelectShippingAddress : PassKit.IPKPaymentAuthorizationViewControllerDelegate * PassKit.PKPaymentAuthorizationViewController * AddressBook.ABRecord * PassKit.PKPaymentShippingAddressSelected -> unit

Parameters

address
ABRecord
Attributes

Applies to