IINTransferMoneyIntentHandling.HandleTransferMoney 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
開發人員必須覆寫這個方法,並使用 適當的 INTransferMoneyIntent 來叫用 INTransferMoneyIntentResponse T:System.Action'1。 intent
[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>
覆寫必須呼叫的完成方法。
- 屬性