IINSetClimateSettingsInCarIntentHandling Interface

Definition

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

[Foundation.Protocol(Name="INSetClimateSettingsInCarIntentHandling", WrapperType=typeof(Intents.INSetClimateSettingsInCarIntentHandlingWrapper))]
[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 IINSetClimateSettingsInCarIntentHandling : IDisposable, ObjCRuntime.INativeObject
type IINSetClimateSettingsInCarIntentHandling = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

HandleSetClimateSettingsInCar(INSetClimateSettingsInCarIntent, Action<INSetClimateSettingsInCarIntentResponse>)

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

Extension Methods

ConfirmSetClimateSettingsInCar(IINSetClimateSettingsInCarIntentHandling, INSetClimateSettingsInCarIntent, Action<INSetClimateSettingsInCarIntentResponse>)

Developers may override this method to customize the confirmation of climate settings.

ResolveAirCirculationMode(IINSetClimateSettingsInCarIntentHandling, INSetClimateSettingsInCarIntent, Action<INCarAirCirculationModeResolutionResult>)

Developers may override this method to customize the resolution of the air circulation mode.

ResolveCarName(IINSetClimateSettingsInCarIntentHandling, INSetClimateSettingsInCarIntent, Action<INSpeakableStringResolutionResult>)
ResolveClimateZone(IINSetClimateSettingsInCarIntentHandling, INSetClimateSettingsInCarIntent, Action<INCarSeatResolutionResult>)

Developers may override this method to customize the resolution of a requested climate zone.

ResolveEnableAirConditioner(IINSetClimateSettingsInCarIntentHandling, INSetClimateSettingsInCarIntent, Action<INBooleanResolutionResult>)

Developers may override this method to customize the resolution of whether the air conditioner can be enabled.

ResolveEnableAutoMode(IINSetClimateSettingsInCarIntentHandling, INSetClimateSettingsInCarIntent, Action<INBooleanResolutionResult>)

Developers may override this method to customize the resolution of whether automatic mode can be enabled.

ResolveEnableClimateControl(IINSetClimateSettingsInCarIntentHandling, INSetClimateSettingsInCarIntent, Action<INBooleanResolutionResult>)

Developers may override this method to customize the resolution of whether climate control can be enabled.

ResolveEnableFan(IINSetClimateSettingsInCarIntentHandling, INSetClimateSettingsInCarIntent, Action<INBooleanResolutionResult>)

Developers may override this method to customize the resolution of whether the requested fan can be enabled.

ResolveFanSpeedIndex(IINSetClimateSettingsInCarIntentHandling, INSetClimateSettingsInCarIntent, Action<INIntegerResolutionResult>)

Developers may override this method to customize the resolution of a fan speed index.

ResolveFanSpeedPercentage(IINSetClimateSettingsInCarIntentHandling, INSetClimateSettingsInCarIntent, Action<INDoubleResolutionResult>)

Developers may override this method to customize the resolution of a fan speed, as a percentage.

ResolveRelativeFanSpeedSetting(IINSetClimateSettingsInCarIntentHandling, INSetClimateSettingsInCarIntent, Action<INRelativeSettingResolutionResult>)

Developers may override this method to customize the resolution of a relative increase or decrease in the fan speed.

ResolveRelativeTemperatureSetting(IINSetClimateSettingsInCarIntentHandling, INSetClimateSettingsInCarIntent, Action<INRelativeSettingResolutionResult>)

Developers may override this method to customize the resolution of a relative increase or decrease in temperature settings.

ResolveTemperature(IINSetClimateSettingsInCarIntentHandling, INSetClimateSettingsInCarIntent, Action<INTemperatureResolutionResult>)

Developers may override this method to customize the resolution of the specified temperature value.

Applies to