PKPaymentAuthorizationViewControllerDelegate_Extensions.DidSelectShippingMethod 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 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
The instance on which this extension method operates.
- controller
- PKPaymentAuthorizationViewController
- shippingMethod
- PKShippingMethod
- completion
- PKPaymentShippingMethodSelected
- Attributes