INSetClimateSettingsInCarIntentHandling_Extensions.ResolveRelativeTemperatureSetting Method

Definition

Developers may override this method to customize the resolution of a relative increase or decrease in temperature settings.

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

Parameters

This
IINSetClimateSettingsInCarIntentHandling

The instance on which this method operates.

intent
INSetClimateSettingsInCarIntent

Specifies the user's intention.

completion
Action<INRelativeSettingResolutionResult>

Completion method that must be called by the override.

Applies to