Package org.robovm.apple.intents
Interface INSetAudioSourceInCarIntentHandling
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Subinterfaces:
INCarPlayDomainHandling
- All Known Implementing Classes:
INCarPlayDomainHandlingAdapter,INSetAudioSourceInCarIntentHandlingAdapter
@Deprecated public interface INSetAudioSourceInCarIntentHandling extends NSObjectProtocol
Deprecated.
Deprecated in iOS 15.0. INSetAudioSourceInCarIntentHandling is deprecated. There is no replacement.
- Since:
- Available in iOS 10.0 and later.
-
Method Summary
Modifier and Type Method Description voidconfirmSetAudioSourceInCar(INSetAudioSourceInCarIntent intent, VoidBlock1<INSetAudioSourceInCarIntentResponse> completion)Deprecated.voidhandleSetAudioSourceInCar(INSetAudioSourceInCarIntent intent, VoidBlock1<INSetAudioSourceInCarIntentResponse> completion)Deprecated.voidresolveAudioSourceForSetAudioSourceInCar(INSetAudioSourceInCarIntent intent, VoidBlock1<INCarAudioSourceResolutionResult> completion)Deprecated.voidresolveRelativeAudioSourceReferenceForSetAudioSourceInCar(INSetAudioSourceInCarIntent intent, VoidBlock1<INRelativeReferenceResolutionResult> completion)Deprecated.
-
Method Details
-
handleSetAudioSourceInCar
void handleSetAudioSourceInCar(INSetAudioSourceInCarIntent intent, VoidBlock1<INSetAudioSourceInCarIntentResponse> completion)Deprecated. -
confirmSetAudioSourceInCar
void confirmSetAudioSourceInCar(INSetAudioSourceInCarIntent intent, VoidBlock1<INSetAudioSourceInCarIntentResponse> completion)Deprecated. -
resolveAudioSourceForSetAudioSourceInCar
void resolveAudioSourceForSetAudioSourceInCar(INSetAudioSourceInCarIntent intent, VoidBlock1<INCarAudioSourceResolutionResult> completion)Deprecated. -
resolveRelativeAudioSourceReferenceForSetAudioSourceInCar
void resolveRelativeAudioSourceReferenceForSetAudioSourceInCar(INSetAudioSourceInCarIntent intent, VoidBlock1<INRelativeReferenceResolutionResult> completion)Deprecated.
-