Share via


IINSetProfileInCarIntentHandling.ResolveProfileNumber Method

Definition

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

[Foundation.Export("resolveProfileNumberForSetProfileInCar:withCompletion:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ResolveProfileNumber(Intents.INSetProfileInCarIntent intent, Action<Intents.INIntegerResolutionResult> completion);
[<Foundation.Export("resolveProfileNumberForSetProfileInCar:withCompletion:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ResolveProfileNumber : Intents.INSetProfileInCarIntent * Action<Intents.INIntegerResolutionResult> -> unit
override this.ResolveProfileNumber : Intents.INSetProfileInCarIntent * Action<Intents.INIntegerResolutionResult> -> unit

Parameters

intent
INSetProfileInCarIntent

Specifies the user's intention.

completion
Action<INIntegerResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to