PKPaymentAuthorizationViewControllerDelegate.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.
[Foundation.Export("paymentAuthorizationViewController:didSelectShippingAddress:completion:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, null)]
public virtual void DidSelectShippingAddress (PassKit.PKPaymentAuthorizationViewController controller, AddressBook.ABRecord address, PassKit.PKPaymentShippingAddressSelected completion);
abstract member DidSelectShippingAddress : PassKit.PKPaymentAuthorizationViewController * AddressBook.ABRecord * PassKit.PKPaymentShippingAddressSelected -> unit
override this.DidSelectShippingAddress : PassKit.PKPaymentAuthorizationViewController * AddressBook.ABRecord * PassKit.PKPaymentShippingAddressSelected -> unit
Parameters
- controller
- PKPaymentAuthorizationViewController
- address
- ABRecord
- completion
- PKPaymentShippingAddressSelected
- Attributes