Package org.robovm.apple.mediaplayer
Interface MPPlayableContentDataSource
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
MPPlayableContentDataSourceAdapter
@Deprecated public interface MPPlayableContentDataSource extends NSObjectProtocol
Deprecated.
Deprecated in iOS 14.0. Use CarPlay framework
-
Method Summary
Modifier and Type Method Description voidbeginLoadingChildItems(NSIndexPath indexPath, VoidBlock1<NSError> completionHandler)Deprecated.booleanchildItemsDisplayPlaybackProgress(NSIndexPath indexPath)Deprecated.voidgetContentItem(String identifier, VoidBlock2<MPContentItem,NSError> completionHandler)Deprecated.Deprecated in iOS 14.0.MPContentItemgetContentItem(NSIndexPath indexPath)Deprecated.longgetNumberOfChildItems(NSIndexPath indexPath)Deprecated.
-
Method Details
-
beginLoadingChildItems
Deprecated. -
childItemsDisplayPlaybackProgress
Deprecated. -
getContentItem
@Deprecated void getContentItem(String identifier, VoidBlock2<MPContentItem,NSError> completionHandler)Deprecated.Deprecated in iOS 14.0. Use CarPlay framework- Since:
- Available in iOS 10.0 and later.
-
getNumberOfChildItems
Deprecated. -
getContentItem
Deprecated.
-