INSetSeatSettingsInCarIntentHandling_Extensions.ResolveRelativeLevelSetting Method

Definition

Developers can override this method to customize the resolution of setting a relative level of the requested service.

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

Parameters

This
IINSetSeatSettingsInCarIntentHandling

The instance on which this method operates.

intent
INSetSeatSettingsInCarIntent

Specifies the user's intention.

completion
Action<INRelativeSettingResolutionResult>

Completion method that must be called by the override.

Applies to