Share via


IINSetDefrosterSettingsInCarIntentHandling.Confirm Method

Definition

Developers may override this method to customize the confirmation of defroster settings.

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

Parameters

intent
INSetDefrosterSettingsInCarIntent

Specifies the user's intention.

completion
Action<INSetDefrosterSettingsInCarIntentResponse>

Completion method that must be called by the override.

Attributes

Applies to