Share via


INSaveProfileInCarIntentHandling_Extensions.ResolveProfileName Method

Definition

Developers may override this method to customize the resolution of the profile name.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ResolveProfileName(this Intents.IINSaveProfileInCarIntentHandling This, Intents.INSaveProfileInCarIntent intent, Action<Intents.INStringResolutionResult> completion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ResolveProfileName : Intents.IINSaveProfileInCarIntentHandling * Intents.INSaveProfileInCarIntent * Action<Intents.INStringResolutionResult> -> unit

Parameters

intent
INSaveProfileInCarIntent

Specifies the user's intention.

completion
Action<INStringResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to