IINSearchForAccountsIntentHandling.HandleSearchForAccounts 方法

定义

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

[Foundation.Export("handleSearchForAccounts:completion:")]
[Foundation.Preserve(Conditional=true)]
public void HandleSearchForAccounts (Intents.INSearchForAccountsIntent intent, Action<Intents.INSearchForAccountsIntentResponse> completion);
abstract member HandleSearchForAccounts : Intents.INSearchForAccountsIntent * Action<Intents.INSearchForAccountsIntentResponse> -> unit

参数

intent
INSearchForAccountsIntent

指定用户的意图。

completion
Action<INSearchForAccountsIntentResponse>

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

属性

适用于