Szerkesztés

Megosztás a következőn keresztül:


IINSearchForAccountsIntentHandling.HandleSearchForAccounts Method

Definition

Developers must override this method and invoke the T:System.Action`1 with an INSearchForAccountsIntentResponse appropriate to the INSearchForAccountsIntent intent.

[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

Parameters

intent
INSearchForAccountsIntent

Specifies the user's intention.

completion
Action<INSearchForAccountsIntentResponse>

Completion method that must be called by the override.

Attributes

Applies to