PKPaymentAuthorizationViewControllerDelegate_Extensions.DidSelectShippingAddress Method

Definition

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

This
IPKPaymentAuthorizationViewControllerDelegate

The instance on which this extension method operates.

address
ABRecord
Attributes

Applies to