INSetClimateSettingsInCarIntentHandling_Extensions.ResolveFanSpeedPercentage Method

Definition

Developers may override this method to customize the resolution of a fan speed, as a percentage.

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

Parameters

This
IINSetClimateSettingsInCarIntentHandling

The instance on which this method operates.

intent
INSetClimateSettingsInCarIntent

Specifies the user's intention.

completion
Action<INDoubleResolutionResult>

Completion method that must be called by the override.

Applies to