Share via


IINSetSeatSettingsInCarIntentHandling.ResolveRelativeLevelSetting Method

Definition

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

[Foundation.Export("resolveRelativeLevelSettingForSetSeatSettingsInCar:withCompletion:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ResolveRelativeLevelSetting(Intents.INSetSeatSettingsInCarIntent intent, Action<Intents.INRelativeSettingResolutionResult> completion);
[<Foundation.Export("resolveRelativeLevelSettingForSetSeatSettingsInCar:withCompletion:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ResolveRelativeLevelSetting : Intents.INSetSeatSettingsInCarIntent * Action<Intents.INRelativeSettingResolutionResult> -> unit
override this.ResolveRelativeLevelSetting : 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