Compartir a través de


INSendPaymentIntentHandling_Extensions.ConfirmSendPayment Método

Definición

Los desarrolladores pueden invalidar este método para personalizar la confirmación de una solicitud para enviar un pago.

public static void ConfirmSendPayment (this Intents.IINSendPaymentIntentHandling This, Intents.INSendPaymentIntent intent, Action<Intents.INSendPaymentIntentResponse> completion);
static member ConfirmSendPayment : Intents.IINSendPaymentIntentHandling * Intents.INSendPaymentIntent * Action<Intents.INSendPaymentIntentResponse> -> unit

Parámetros

This
IINSendPaymentIntentHandling

Instancia en la que opera este método.

intent
INSendPaymentIntent

Especifica la intención del usuario.

completion
Action<INSendPaymentIntentResponse>

Método de finalización al que debe llamar la invalidación.

Se aplica a