Share via


INSetSeatSettingsInCarIntentHandling_Extensions.ResolveRelativeLevelSetting Method

Definition

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

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

Parameters

intent
INSetSeatSettingsInCarIntent

Specifies the user's intention.

completion
Action<INRelativeSettingResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to