Partager via


IINSearchForAccountsIntentHandling.HandleSearchForAccounts Méthode

Définition

Les développeurs doivent remplacer cette méthode et appeler T:System.Action'1 par un INSearchForAccountsIntentResponse approprié à .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

Paramètres

intent
INSearchForAccountsIntent

Spécifie l’intention de l’utilisateur.

completion
Action<INSearchForAccountsIntentResponse>

Méthode d’achèvement qui doit être appelée par le remplacement.

Attributs

S’applique à