IINSearchForAccountsIntentHandling.HandleSearchForAccounts Método

Definición

Los desarrolladores deben invalidar este método e invocar System.Action'1 con un INSearchForAccountsIntentResponse adecuado para .INSearchForAccountsIntentintent

[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

Parámetros

intent
INSearchForAccountsIntent

Especifica la intención del usuario.

completion
Action<INSearchForAccountsIntentResponse>

Método de finalización al que debe llamar la invalidación.

Atributos

Se aplica a