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 Details

    • beginLoadingChildItems

      void beginLoadingChildItems​(NSIndexPath indexPath, VoidBlock1<NSError> completionHandler)
      Deprecated.
    • childItemsDisplayPlaybackProgress

      boolean childItemsDisplayPlaybackProgress​(NSIndexPath indexPath)
      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

      long getNumberOfChildItems​(NSIndexPath indexPath)
      Deprecated.
    • getContentItem

      MPContentItem getContentItem​(NSIndexPath indexPath)
      Deprecated.