Package org.robovm.apple.intents
Interface INSaveProfileInCarIntentHandling
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
INCarPlayDomainHandling
- All Known Implementing Classes:
INCarPlayDomainHandlingAdapter,INSaveProfileInCarIntentHandlingAdapter
@Deprecated public interface INSaveProfileInCarIntentHandling extends NSObjectProtocol
Deprecated.
Deprecated in iOS 15.0. INSaveProfileInCarIntentHandling is deprecated. There is no replacement.
- Since:
- Available in iOS 10.0 and later.
-
Method Summary
Modifier and Type Method Description voidconfirmSaveProfileInCar(INSaveProfileInCarIntent intent, VoidBlock1<INSaveProfileInCarIntentResponse> completion)Deprecated.voidhandleSaveProfileInCar(INSaveProfileInCarIntent intent, VoidBlock1<INSaveProfileInCarIntentResponse> completion)Deprecated.voidresolveProfileNameForSaveProfileInCar(INSaveProfileInCarIntent intent, VoidBlock1<INStringResolutionResult> completion)Deprecated.voidresolveProfileNumberForSaveProfileInCar(INSaveProfileInCarIntent intent, VoidBlock1<INIntegerResolutionResult> completion)Deprecated.
-
Method Details
-
handleSaveProfileInCar
void handleSaveProfileInCar(INSaveProfileInCarIntent intent, VoidBlock1<INSaveProfileInCarIntentResponse> completion)Deprecated. -
confirmSaveProfileInCar
void confirmSaveProfileInCar(INSaveProfileInCarIntent intent, VoidBlock1<INSaveProfileInCarIntentResponse> completion)Deprecated. -
resolveProfileNumberForSaveProfileInCar
void resolveProfileNumberForSaveProfileInCar(INSaveProfileInCarIntent intent, VoidBlock1<INIntegerResolutionResult> completion)Deprecated. -
resolveProfileNameForSaveProfileInCar
void resolveProfileNameForSaveProfileInCar(INSaveProfileInCarIntent intent, VoidBlock1<INStringResolutionResult> completion)Deprecated.- Since:
- Available in iOS 10.2 and later.
-