Share via


INSetDefrosterSettingsInCarIntentHandling_Extensions.Confirm Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void Confirm(this Intents.IINSetDefrosterSettingsInCarIntentHandling This, Intents.INSetDefrosterSettingsInCarIntent intent, Action<Intents.INSetDefrosterSettingsInCarIntentResponse> completion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Confirm : Intents.IINSetDefrosterSettingsInCarIntentHandling * 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