Package org.robovm.apple.intents
Interface INSetProfileInCarIntentHandling
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
INCarPlayDomainHandling
- All Known Implementing Classes:
INCarPlayDomainHandlingAdapter,INSetProfileInCarIntentHandlingAdapter
@Deprecated public interface INSetProfileInCarIntentHandling extends NSObjectProtocol
Deprecated.
Deprecated in iOS 15.0. INSetProfileInCarIntentHandling is deprecated. There is no replacement.
- Since:
- Available in iOS 10.0 and later.
-
Method Summary
Modifier and Type Method Description voidconfirmSetProfileInCar(INSetProfileInCarIntent intent, VoidBlock1<INSetProfileInCarIntentResponse> completion)Deprecated.voidhandleSetProfileInCar(INSetProfileInCarIntent intent, VoidBlock1<INSetProfileInCarIntentResponse> completion)Deprecated.voidresolveCarNameForSetProfileInCar(INSetProfileInCarIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion)Deprecated.voidresolveDefaultProfileForSetProfileInCar(INSetProfileInCarIntent intent, VoidBlock1<INBooleanResolutionResult> completion)Deprecated.Deprecated in iOS 11.0.voidresolveProfileNameForSetProfileInCar(INSetProfileInCarIntent intent, VoidBlock1<INStringResolutionResult> completion)Deprecated.voidresolveProfileNumberForSetProfileInCar(INSetProfileInCarIntent intent, VoidBlock1<INIntegerResolutionResult> completion)Deprecated.
-
Method Details
-
handleSetProfileInCar
void handleSetProfileInCar(INSetProfileInCarIntent intent, VoidBlock1<INSetProfileInCarIntentResponse> completion)Deprecated. -
confirmSetProfileInCar
void confirmSetProfileInCar(INSetProfileInCarIntent intent, VoidBlock1<INSetProfileInCarIntentResponse> completion)Deprecated. -
resolveProfileNumberForSetProfileInCar
void resolveProfileNumberForSetProfileInCar(INSetProfileInCarIntent intent, VoidBlock1<INIntegerResolutionResult> completion)Deprecated. -
resolveProfileNameForSetProfileInCar
void resolveProfileNameForSetProfileInCar(INSetProfileInCarIntent intent, VoidBlock1<INStringResolutionResult> completion)Deprecated.- Since:
- Available in iOS 10.2 and later.
-
resolveCarNameForSetProfileInCar
void resolveCarNameForSetProfileInCar(INSetProfileInCarIntent intent, VoidBlock1<INSpeakableStringResolutionResult> completion)Deprecated.- Since:
- Available in iOS 12.0 and later.
-
resolveDefaultProfileForSetProfileInCar
@Deprecated void resolveDefaultProfileForSetProfileInCar(INSetProfileInCarIntent intent, VoidBlock1<INBooleanResolutionResult> completion)Deprecated.Deprecated in iOS 11.0. The property doesn't need to be resolved- Since:
- Available in iOS 10.0 and later.
-