IINSearchForAccountsIntentHandling.HandleSearchForAccounts Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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