Class OfflineCatalog

  • All Implemented Interfaces:
    Component

    public class OfflineCatalog
    extends AbstractOfflineCatalog
    Offline catalog is an extension of the standard catalog class that is used to fetching videos in a playlist or the details of a specific video. The offline catalog provides additional API that can be used to manage offline playback licenses and offline media.
    • Constructor Detail

      • OfflineCatalog

        @Deprecated
        public OfflineCatalog​(android.content.Context context,
                              EventEmitter eventEmitter,
                              java.lang.String account)
        Deprecated.
        Please use OfflineCatalog.Builder to create the Catalog.
      • OfflineCatalog

        @Deprecated
        public OfflineCatalog​(android.content.Context context,
                              EventEmitter eventEmitter,
                              java.lang.String account,
                              java.lang.String policy)
        Deprecated.
        Please use OfflineCatalog.Builder to create the Catalog.
      • OfflineCatalog

        @Deprecated
        public OfflineCatalog​(android.content.Context context,
                              EventEmitter eventEmitter,
                              java.lang.String account,
                              java.lang.String policy,
                              java.lang.String baseURL)
        Deprecated.
        Please use OfflineCatalog.Builder to create the Catalog.
      • OfflineCatalog

        @Deprecated
        public OfflineCatalog​(android.content.Context context,
                              EventEmitter eventEmitter,
                              java.lang.String account,
                              java.lang.String policy,
                              java.lang.String baseURL,
                              @NonNull
                              DownloadFileCreator downloadFileCreator)
        Deprecated.
        Please use OfflineCatalog.Builder to create the Catalog.