Edit

Share via


INSetDefrosterSettingsInCarIntentHandling_Extensions.ResolveEnable Method

Definition

Developers can override this method to customize the resolution of whether the defroster can be enabled.

public static void ResolveEnable (this Intents.IINSetDefrosterSettingsInCarIntentHandling This, Intents.INSetDefrosterSettingsInCarIntent intent, Action<Intents.INBooleanResolutionResult> completion);
static member ResolveEnable : Intents.IINSetDefrosterSettingsInCarIntentHandling * Intents.INSetDefrosterSettingsInCarIntent * Action<Intents.INBooleanResolutionResult> -> unit

Parameters

This
IINSetDefrosterSettingsInCarIntentHandling

The instance on which this method operates.

intent
INSetDefrosterSettingsInCarIntent

Specifies the user's intention.

completion
Action<INBooleanResolutionResult>

Completion method that must be called by the override.

Applies to