Share via


IINSetProfileInCarIntentHandling.ResolveProfileName Method

Definition

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

[Foundation.Export("resolveProfileNameForSetProfileInCar:withCompletion:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ResolveProfileName(Intents.INSetProfileInCarIntent intent, Action<Intents.INStringResolutionResult> completion);
[<Foundation.Export("resolveProfileNameForSetProfileInCar:withCompletion:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ResolveProfileName : Intents.INSetProfileInCarIntent * Action<Intents.INStringResolutionResult> -> unit
override this.ResolveProfileName : 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