Package org.robovm.apple.mediaplayer
Interface MPPlayableContentDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
MPPlayableContentDelegateAdapter
@Deprecated public interface MPPlayableContentDelegate extends NSObjectProtocol
Deprecated.
Deprecated in iOS 14.0. Use CarPlay framework
-
Method Summary
Modifier and Type Method Description voiddidUpdateContext(MPPlayableContentManager contentManager, MPPlayableContentManagerContext context)Deprecated.Deprecated in iOS 14.0.voidinitializePlaybackQueueWithContent(MPPlayableContentManager contentManager, NSArray<?> contentItems, VoidBlock1<NSError> completionHandler)Deprecated.Deprecated in iOS 12.0.voidinitiatePlayback(MPPlayableContentManager contentManager, NSIndexPath indexPath, VoidBlock1<NSError> completionHandler)Deprecated.Deprecated in iOS 14.0.voidinitiatePlaybackQueue(MPPlayableContentManager contentManager, VoidBlock1<NSError> completionHandler)Deprecated.Deprecated in iOS 9.3.
-
Method Details
-
initiatePlayback
@Deprecated void initiatePlayback(MPPlayableContentManager contentManager, NSIndexPath indexPath, VoidBlock1<NSError> completionHandler)Deprecated.Deprecated in iOS 14.0. Use CarPlay framework -
initiatePlaybackQueue
@Deprecated void initiatePlaybackQueue(MPPlayableContentManager contentManager, VoidBlock1<NSError> completionHandler)Deprecated.Deprecated in iOS 9.3. Use Intents framework for initiating playback queues.- Since:
- Available in iOS 9.0 and later.
-
initializePlaybackQueueWithContent
@Deprecated void initializePlaybackQueueWithContent(MPPlayableContentManager contentManager, NSArray<?> contentItems, VoidBlock1<NSError> completionHandler)Deprecated.Deprecated in iOS 12.0. Use Intents framework for initiating playback queues.- Since:
- Available in iOS 9.3 and later.
-
didUpdateContext
@Deprecated void didUpdateContext(MPPlayableContentManager contentManager, MPPlayableContentManagerContext context)Deprecated.Deprecated in iOS 14.0. Use CarPlay framework- Since:
- Available in iOS 8.4 and later.
-