Share via


INSearchForAccountsIntentHandling_Extensions.ResolveAccountNickname Method

Definition

Developers may implement this method to customize resolution of account nicknames.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ResolveAccountNickname(this Intents.IINSearchForAccountsIntentHandling This, Intents.INSearchForAccountsIntent intent, Action<Intents.INSpeakableStringResolutionResult> completion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ResolveAccountNickname : Intents.IINSearchForAccountsIntentHandling * Intents.INSearchForAccountsIntent * Action<Intents.INSpeakableStringResolutionResult> -> unit

Parameters

intent
INSearchForAccountsIntent

Specifies the user's intention.

completion
Action<INSpeakableStringResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to