Share via


IINSetSeatSettingsInCarIntentHandling.Confirm Method

Definition

Developers can override this method to customize the confirmation of a change in seat settings.

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

Parameters

intent
INSetSeatSettingsInCarIntent

Specifies the user's intention.

completion
Action<INSetSeatSettingsInCarIntentResponse>

Completion method that must be called by the override.

Attributes

Applies to