Share via


IINSaveProfileInCarIntentHandling.ResolveProfileName Method

Definition

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

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