IINTransferMoneyIntentHandling.HandleTransferMoney 方法

定义

开发人员必须重写此方法,并使用 相应的 INTransferMoneyIntentintent调用 T:System.Action'1INTransferMoneyIntentResponse

[Foundation.Export("handleTransferMoney:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleTransferMoney (Intents.INTransferMoneyIntent intent, Action<Intents.INTransferMoneyIntentResponse> completion);
abstract member HandleTransferMoney : Intents.INTransferMoneyIntent * Action<Intents.INTransferMoneyIntentResponse> -> unit

参数

intent
INTransferMoneyIntent

指定用户的意图。

completion
Action<INTransferMoneyIntentResponse>

必须由替代调用的完成方法。

属性

适用于