IINSetSeatSettingsInCarIntentHandling Interface

Definition

Interface defining handler method that, when implemented, must call completion with an INSetSeatSettingsInCarIntentResponse appropriate to arg.

[Foundation.Protocol(Name="INSetSeatSettingsInCarIntentHandling", WrapperType=typeof(Intents.INSetSeatSettingsInCarIntentHandlingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IINSetSeatSettingsInCarIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINSetSeatSettingsInCarIntentHandling = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

HandleSetSeatSettingsInCar(INSetSeatSettingsInCarIntent, Action<INSetSeatSettingsInCarIntentResponse>)

Developers must override this method and invoke the T:System.Action`1 with an INSetSeatSettingsInCarIntentResponse appropriate to the INSetSeatSettingsInCarIntent intent.

Extension Methods

ConfirmSetSeatSettingsInCar(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