編集

Share via


PKPaymentAuthorizationViewControllerDelegate.DidSelectShippingMethod Method

Definition

Indicates the user selected a shippingmethod.

[Foundation.Export("paymentAuthorizationViewController:didSelectShippingMethod:completion:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'DidSelectShippingMethod2' instead.")]
public virtual void DidSelectShippingMethod (PassKit.PKPaymentAuthorizationViewController controller, PassKit.PKShippingMethod shippingMethod, PassKit.PKPaymentShippingMethodSelected completion);
abstract member DidSelectShippingMethod : PassKit.PKPaymentAuthorizationViewController * PassKit.PKShippingMethod * PassKit.PKPaymentShippingMethodSelected -> unit
override this.DidSelectShippingMethod : PassKit.PKPaymentAuthorizationViewController * PassKit.PKShippingMethod * PassKit.PKPaymentShippingMethodSelected -> unit

Parameters

shippingMethod
PKShippingMethod
Attributes

Applies to