PKPaymentAuthorizationViewControllerDelegate.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.
[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
- controller
- PKPaymentAuthorizationViewController
- shippingMethod
- PKShippingMethod
- completion
- PKPaymentShippingMethodSelected
- Attributes