INSetClimateSettingsInCarIntentHandling_Extensions.ResolveRelativeFanSpeedSetting Method

Definition

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

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ResolveRelativeFanSpeedSetting(this Intents.IINSetClimateSettingsInCarIntentHandling This, Intents.INSetClimateSettingsInCarIntent intent, Action<Intents.INRelativeSettingResolutionResult> completion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ResolveRelativeFanSpeedSetting : Intents.IINSetClimateSettingsInCarIntentHandling * Intents.INSetClimateSettingsInCarIntent * Action<Intents.INRelativeSettingResolutionResult> -> unit

Parameters

intent
INSetClimateSettingsInCarIntent

Specifies the user's intention.

completion
Action<INRelativeSettingResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to