次の方法で共有


INRequestPaymentIntentHandling_Extensions.ConfirmRequestPayment メソッド

定義

開発者は、支払い要求の確認をカスタマイズするために、このメソッドをオーバーライドできます。

public static void ConfirmRequestPayment (this Intents.IINRequestPaymentIntentHandling This, Intents.INRequestPaymentIntent intent, Action<Intents.INRequestPaymentIntentResponse> completion);
static member ConfirmRequestPayment : Intents.IINRequestPaymentIntentHandling * Intents.INRequestPaymentIntent * Action<Intents.INRequestPaymentIntentResponse> -> unit

パラメーター

This
IINRequestPaymentIntentHandling

このメソッドが動作するインスタンス。

intent
INRequestPaymentIntent

ユーザーの意図を指定します。

completion
Action<INRequestPaymentIntentResponse>

オーバーライドによって呼び出される必要がある Completion メソッド。

適用対象