INSetClimateSettingsInCarIntentHandling_Extensions.ResolveTemperature Method

Definition

Developers may override this method to customize the resolution of the specified temperature value.

public static void ResolveTemperature (this Intents.IINSetClimateSettingsInCarIntentHandling This, Intents.INSetClimateSettingsInCarIntent intent, Action<Intents.INTemperatureResolutionResult> completion);
static member ResolveTemperature : Intents.IINSetClimateSettingsInCarIntentHandling * Intents.INSetClimateSettingsInCarIntent * Action<Intents.INTemperatureResolutionResult> -> unit

Parameters

This
IINSetClimateSettingsInCarIntentHandling

The instance on which this method operates.

intent
INSetClimateSettingsInCarIntent

Specifies the user's intention.

completion
Action<INTemperatureResolutionResult>

Completion method that must be called by the override.

Applies to