Поделиться через


IINRequestPaymentIntentHandling.HandleRequestPayment Метод

Определение

Разработчики должны переопределить этот метод и вызвать T:System.Action'1 с INRequestPaymentIntentResponse соответствующим .INRequestPaymentIntentintent

[Foundation.Export("handleRequestPayment:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleRequestPayment (Intents.INRequestPaymentIntent intent, Action<Intents.INRequestPaymentIntentResponse> completion);
abstract member HandleRequestPayment : Intents.INRequestPaymentIntent * Action<Intents.INRequestPaymentIntentResponse> -> unit

Параметры

intent
INRequestPaymentIntent

Указывает намерение пользователя.

completion
Action<INRequestPaymentIntentResponse>

Метод завершения, который должен вызываться переопределением.

Атрибуты

Применяется к