Share via


INSetProfileInCarIntentHandling_Extensions.ResolveProfileName Method

Definition

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

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

Parameters

intent
INSetProfileInCarIntent

Specifies the user's intention.

completion
Action<INStringResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to