Share via


IINSetProfileInCarIntentHandling.Confirm Method

Definition

Developers may override this method to customize the confirmation of setting a profile.

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

Parameters

intent
INSetProfileInCarIntent

Specifies the user's intention.

completion
Action<INSetProfileInCarIntentResponse>

Completion method that must be called by the override.

Attributes

Applies to