INSetSeatSettingsInCarIntentHandling_Extensions.ResolveEnableHeating Method

Definition

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

public static void ResolveEnableHeating (this Intents.IINSetSeatSettingsInCarIntentHandling This, Intents.INSetSeatSettingsInCarIntent intent, Action<Intents.INBooleanResolutionResult> completion);
static member ResolveEnableHeating : Intents.IINSetSeatSettingsInCarIntentHandling * Intents.INSetSeatSettingsInCarIntent * Action<Intents.INBooleanResolutionResult> -> unit

Parameters

This
IINSetSeatSettingsInCarIntentHandling

The instance on which this method operates.

intent
INSetSeatSettingsInCarIntent

Specifies the user's intention.

completion
Action<INBooleanResolutionResult>

Completion method that must be called by the override.

Applies to