Upravit

Sdílet prostřednictvím


PKPaymentAuthorizationViewControllerDelegate_Extensions.DidSelectShippingMethod Method

Definition

Indicates the user selected a shippingmethod.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'DidSelectShippingMethod2' instead.")]
public static void DidSelectShippingMethod (this PassKit.IPKPaymentAuthorizationViewControllerDelegate This, PassKit.PKPaymentAuthorizationViewController controller, PassKit.PKShippingMethod shippingMethod, PassKit.PKPaymentShippingMethodSelected completion);
static member DidSelectShippingMethod : PassKit.IPKPaymentAuthorizationViewControllerDelegate * PassKit.PKPaymentAuthorizationViewController * PassKit.PKShippingMethod * PassKit.PKPaymentShippingMethodSelected -> unit

Parameters

This
IPKPaymentAuthorizationViewControllerDelegate

The instance on which this extension method operates.

shippingMethod
PKShippingMethod
Attributes

Applies to