Package org.robovm.apple.intents
Interface INSetClimateSettingsInCarIntentHandling
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
INCarPlayDomainHandling
- All Known Implementing Classes:
INCarPlayDomainHandlingAdapter,INSetClimateSettingsInCarIntentHandlingAdapter
@Deprecated public interface INSetClimateSettingsInCarIntentHandling extends NSObjectProtocol
Deprecated.
Deprecated in iOS 15.0. INSetClimateSettingsInCarIntentHandling is deprecated. There is no replacement.
- Since:
- Available in iOS 10.0 and later.
-
Method Summary
-
Method Details
-
handleSetClimateSettingsInCar
void handleSetClimateSettingsInCar(INSetClimateSettingsInCarIntent intent, VoidBlock1<INSetClimateSettingsInCarIntentResponse> completion)Deprecated. -
confirmSetClimateSettingsInCar
void confirmSetClimateSettingsInCar(INSetClimateSettingsInCarIntent intent, VoidBlock1<INSetClimateSettingsInCarIntentResponse> completion)Deprecated. -
resolveEnableFanForSetClimateSettingsInCar
void resolveEnableFanForSetClimateSettingsInCar(INSetClimateSettingsInCarIntent intent, VoidBlock1<INBooleanResolutionResult> completion)Deprecated. -
resolveEnableAirConditionerForSetClimateSettingsInCar
void resolveEnableAirConditionerForSetClimateSettingsInCar(INSetClimateSettingsInCarIntent intent, VoidBlock1<INBooleanResolutionResult> completion)Deprecated. -
resolveEnableClimateControlForSetClimateSettingsInCar
void resolveEnableClimateControlForSetClimateSettingsInCar(INSetClimateSettingsInCarIntent intent, VoidBlock1<INBooleanResolutionResult> completion)Deprecated. -
resolveEnableAutoModeForSetClimateSettingsInCar
void resolveEnableAutoModeForSetClimateSettingsInCar(INSetClimateSettingsInCarIntent intent, VoidBlock1<INBooleanResolutionResult> completion)Deprecated. -
resolveAirCirculationModeForSetClimateSettingsInCar
void resolveAirCirculationModeForSetClimateSettingsInCar(INSetClimateSettingsInCarIntent intent, VoidBlock1<INCarAirCirculationModeResolutionResult> completion)Deprecated. -
resolveFanSpeedIndexForSetClimateSettingsInCar
void resolveFanSpeedIndexForSetClimateSettingsInCar(INSetClimateSettingsInCarIntent intent, VoidBlock1<INIntegerResolutionResult> completion)Deprecated. -
resolveFanSpeedPercentageForSetClimateSettingsInCar
void resolveFanSpeedPercentageForSetClimateSettingsInCar(INSetClimateSettingsInCarIntent intent, VoidBlock1<INDoubleResolutionResult> completion)Deprecated. -
resolveRelativeFanSpeedSettingForSetClimateSettingsInCar
void resolveRelativeFanSpeedSettingForSetClimateSettingsInCar(INSetClimateSettingsInCarIntent intent, VoidBlock1<INRelativeSettingResolutionResult> completion)Deprecated. -
resolveTemperatureForSetClimateSettingsInCar
void resolveTemperatureForSetClimateSettingsInCar(INSetClimateSettingsInCarIntent intent, VoidBlock1<INTemperatureResolutionResult> completion)Deprecated. -
resolveRelativeTemperatureSettingForSetClimateSettingsInCar
void resolveRelativeTemperatureSettingForSetClimateSettingsInCar(INSetClimateSettingsInCarIntent intent, VoidBlock1<INRelativeSettingResolutionResult> completion)Deprecated. -
resolveClimateZoneForSetClimateSettingsInCar
void resolveClimateZoneForSetClimateSettingsInCar(INSetClimateSettingsInCarIntent intent, VoidBlock1<INCarSeatResolutionResult> completion)Deprecated. -
resolveCarNameForSetClimateSettingsInCar
void resolveCarNameForSetClimateSettingsInCar(INSetClimateSettingsInCarIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion)Deprecated.- Since:
- Available in iOS 12.0 and later.
-