Share via


INSetSeatSettingsInCarIntentHandling_Extensions Class

Definition

Extension methods to the IINSetSeatSettingsInCarIntentHandling interface to support all the methods from the INSetSeatSettingsInCarIntentHandling protocol.

public static class INSetSeatSettingsInCarIntentHandling_Extensions
type INSetSeatSettingsInCarIntentHandling_Extensions = class
Inheritance
INSetSeatSettingsInCarIntentHandling_Extensions

Remarks

The extension methods for IINSetSeatSettingsInCarIntentHandling interface allow developers to treat instances of the interface as having all the optional methods of the original INSetSeatSettingsInCarIntentHandling protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

Name Description
Confirm(IINSetSeatSettingsInCarIntentHandling, INSetSeatSettingsInCarIntent, Action<INSetSeatSettingsInCarIntentResponse>)

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

ResolveCarName(IINSetSeatSettingsInCarIntentHandling, INSetSeatSettingsInCarIntent, Action<INSpeakableStringResolutionResult>)
ResolveEnableCooling(IINSetSeatSettingsInCarIntentHandling, INSetSeatSettingsInCarIntent, Action<INBooleanResolutionResult>)

Developers can override this method to customize the resolution of whether seat cooling can be enabled.

ResolveEnableHeating(IINSetSeatSettingsInCarIntentHandling, INSetSeatSettingsInCarIntent, Action<INBooleanResolutionResult>)

Developers can override this method to customize the resolution of whether seat heating can be enabled.

ResolveEnableMassage(IINSetSeatSettingsInCarIntentHandling, INSetSeatSettingsInCarIntent, Action<INBooleanResolutionResult>)

Developers can override this method to customize the resolution of whether seat massage can be enabled.

ResolveLevel(IINSetSeatSettingsInCarIntentHandling, INSetSeatSettingsInCarIntent, Action<INIntegerResolutionResult>)

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

ResolveRelativeLevelSetting(IINSetSeatSettingsInCarIntentHandling, INSetSeatSettingsInCarIntent, Action<INRelativeSettingResolutionResult>)

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

ResolveSeat(IINSetSeatSettingsInCarIntentHandling, INSetSeatSettingsInCarIntent, Action<INCarSeatResolutionResult>)

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

Applies to