Upravit

Sdílet prostřednictvím


PKPaymentAuthorizationControllerDelegate_Extensions.WillAuthorizePayment Method

Definition

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

public static void WillAuthorizePayment (this PassKit.IPKPaymentAuthorizationControllerDelegate This, PassKit.PKPaymentAuthorizationController controller);
static member WillAuthorizePayment : PassKit.IPKPaymentAuthorizationControllerDelegate * PassKit.PKPaymentAuthorizationController -> unit

Parameters

This
IPKPaymentAuthorizationControllerDelegate

The instance on which this extension method operates.

controller
PKPaymentAuthorizationController

The controller that owns this delegate.

Remarks

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

Applies to