INSetSeatSettingsInCarIntentHandling_Extensions.ResolveSeat Method

Definition

Developers can override this method to customize the resolution of choosing a particular seat.

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

Parameters

This
IINSetSeatSettingsInCarIntentHandling

The instance on which this method operates.

intent
INSetSeatSettingsInCarIntent

Specifies the user's intention.

completion
Action<INCarSeatResolutionResult>

Completion method that must be called by the override.

Applies to