IINSetClimateSettingsInCarIntentHandling.Confirm Method

Definition

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

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

Parameters

intent
INSetClimateSettingsInCarIntent

Specifies the user's intention.

completion
Action<INSetClimateSettingsInCarIntentResponse>

Completion method that must be called by the override.

Attributes

Applies to