Package org.robovm.apple.intents
Interface INSetDefrosterSettingsInCarIntentHandling
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
INCarPlayDomainHandling
- All Known Implementing Classes:
INCarPlayDomainHandlingAdapter,INSetDefrosterSettingsInCarIntentHandlingAdapter
@Deprecated public interface INSetDefrosterSettingsInCarIntentHandling extends NSObjectProtocol
Deprecated.
Deprecated in iOS 15.0. INSetDefrosterSettingsInCarIntentHandling is deprecated. There is no replacement.
- Since:
- Available in iOS 10.0 and later.
-
Method Summary
Modifier and Type Method Description voidconfirmSetDefrosterSettingsInCar(INSetDefrosterSettingsInCarIntent intent, VoidBlock1<INSetDefrosterSettingsInCarIntentResponse> completion)Deprecated.voidhandleSetDefrosterSettingsInCar(INSetDefrosterSettingsInCarIntent intent, VoidBlock1<INSetDefrosterSettingsInCarIntentResponse> completion)Deprecated.voidresolveCarNameForSetDefrosterSettingsInCar(INSetDefrosterSettingsInCarIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion)Deprecated.voidresolveDefrosterForSetDefrosterSettingsInCar(INSetDefrosterSettingsInCarIntent intent, VoidBlock1<INCarDefrosterResolutionResult> completion)Deprecated.voidresolveEnableForSetDefrosterSettingsInCar(INSetDefrosterSettingsInCarIntent intent, VoidBlock1<INBooleanResolutionResult> completion)Deprecated.
-
Method Details
-
handleSetDefrosterSettingsInCar
void handleSetDefrosterSettingsInCar(INSetDefrosterSettingsInCarIntent intent, VoidBlock1<INSetDefrosterSettingsInCarIntentResponse> completion)Deprecated. -
confirmSetDefrosterSettingsInCar
void confirmSetDefrosterSettingsInCar(INSetDefrosterSettingsInCarIntent intent, VoidBlock1<INSetDefrosterSettingsInCarIntentResponse> completion)Deprecated. -
resolveEnableForSetDefrosterSettingsInCar
void resolveEnableForSetDefrosterSettingsInCar(INSetDefrosterSettingsInCarIntent intent, VoidBlock1<INBooleanResolutionResult> completion)Deprecated. -
resolveDefrosterForSetDefrosterSettingsInCar
void resolveDefrosterForSetDefrosterSettingsInCar(INSetDefrosterSettingsInCarIntent intent, VoidBlock1<INCarDefrosterResolutionResult> completion)Deprecated. -
resolveCarNameForSetDefrosterSettingsInCar
void resolveCarNameForSetDefrosterSettingsInCar(INSetDefrosterSettingsInCarIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion)Deprecated.- Since:
- Available in iOS 12.0 and later.
-