Package org.robovm.apple.intents
Interface INCarPlayDomainHandling
- All Superinterfaces:
INSaveProfileInCarIntentHandling,INSetAudioSourceInCarIntentHandling,INSetClimateSettingsInCarIntentHandling,INSetDefrosterSettingsInCarIntentHandling,INSetProfileInCarIntentHandling,INSetSeatSettingsInCarIntentHandling,NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
INCarPlayDomainHandlingAdapter
@Deprecated public interface INCarPlayDomainHandling extends INSetAudioSourceInCarIntentHandling, INSetClimateSettingsInCarIntentHandling, INSetDefrosterSettingsInCarIntentHandling, INSetSeatSettingsInCarIntentHandling, INSetProfileInCarIntentHandling, INSaveProfileInCarIntentHandling
Deprecated.
Deprecated in iOS 13.0. Please conform to INSetAudioSourceInCarIntentHandling, INSetClimateSettingsInCarIntentHandling, INSetDefrosterSettingsInCarIntentHandling, INSetSeatSettingsInCarIntentHandling, INSetProfileInCarIntentHandling and INSaveProfileInCarIntentHandling instead
- Since:
- Available in iOS 10.0 and later.
-
Method Summary
Methods inherited from interface org.robovm.apple.intents.INSaveProfileInCarIntentHandling
confirmSaveProfileInCar, handleSaveProfileInCar, resolveProfileNameForSaveProfileInCar, resolveProfileNumberForSaveProfileInCarMethods inherited from interface org.robovm.apple.intents.INSetAudioSourceInCarIntentHandling
confirmSetAudioSourceInCar, handleSetAudioSourceInCar, resolveAudioSourceForSetAudioSourceInCar, resolveRelativeAudioSourceReferenceForSetAudioSourceInCarMethods inherited from interface org.robovm.apple.intents.INSetClimateSettingsInCarIntentHandling
confirmSetClimateSettingsInCar, handleSetClimateSettingsInCar, resolveAirCirculationModeForSetClimateSettingsInCar, resolveCarNameForSetClimateSettingsInCar, resolveClimateZoneForSetClimateSettingsInCar, resolveEnableAirConditionerForSetClimateSettingsInCar, resolveEnableAutoModeForSetClimateSettingsInCar, resolveEnableClimateControlForSetClimateSettingsInCar, resolveEnableFanForSetClimateSettingsInCar, resolveFanSpeedIndexForSetClimateSettingsInCar, resolveFanSpeedPercentageForSetClimateSettingsInCar, resolveRelativeFanSpeedSettingForSetClimateSettingsInCar, resolveRelativeTemperatureSettingForSetClimateSettingsInCar, resolveTemperatureForSetClimateSettingsInCarMethods inherited from interface org.robovm.apple.intents.INSetDefrosterSettingsInCarIntentHandling
confirmSetDefrosterSettingsInCar, handleSetDefrosterSettingsInCar, resolveCarNameForSetDefrosterSettingsInCar, resolveDefrosterForSetDefrosterSettingsInCar, resolveEnableForSetDefrosterSettingsInCarMethods inherited from interface org.robovm.apple.intents.INSetProfileInCarIntentHandling
confirmSetProfileInCar, handleSetProfileInCar, resolveCarNameForSetProfileInCar, resolveDefaultProfileForSetProfileInCar, resolveProfileNameForSetProfileInCar, resolveProfileNumberForSetProfileInCarMethods inherited from interface org.robovm.apple.intents.INSetSeatSettingsInCarIntentHandling
confirmSetSeatSettingsInCar, handleSetSeatSettingsInCar, resolveCarNameForSetSeatSettingsInCar, resolveEnableCoolingForSetSeatSettingsInCar, resolveEnableHeatingForSetSeatSettingsInCar, resolveEnableMassageForSetSeatSettingsInCar, resolveLevelForSetSeatSettingsInCar, resolveRelativeLevelSettingForSetSeatSettingsInCar, resolveSeatForSetSeatSettingsInCar