IINRequestPaymentIntentHandling.HandleRequestPayment 方法

定义

开发人员必须重写此方法,并使用 适用于 INRequestPaymentIntentintent的 调用 T:System.Action'1INRequestPaymentIntentResponse

[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>

必须由重写调用的完成方法。

属性

适用于