Share via


PKPaymentAuthorizationControllerDelegate_Extensions.WillAuthorizePayment Method

Definition

Method that is called when the user is authorizing a payment request.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void WillAuthorizePayment(this PassKit.IPKPaymentAuthorizationControllerDelegate This, PassKit.PKPaymentAuthorizationController controller);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member WillAuthorizePayment : PassKit.IPKPaymentAuthorizationControllerDelegate * PassKit.PKPaymentAuthorizationController -> unit

Parameters

controller
PKPaymentAuthorizationController

The controller that owns this delegate.

Attributes

Remarks

This method is called after the user authenticates, but before the request is authorized.

Applies to