INSetSeatSettingsInCarIntentHandling_Extensions.ConfirmSetSeatSettingsInCar Method

Definition

Developers can override this method to customize the confirmation of a change in seat settings.

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

Parameters

This
IINSetSeatSettingsInCarIntentHandling

The instance on which this method operates.

intent
INSetSeatSettingsInCarIntent

Specifies the user's intention.

completion
Action<INSetSeatSettingsInCarIntentResponse>

Completion method that must be called by the override.

Applies to