Companion

object Companion

Properties

offlineConfig
Link copied to clipboard
val offlineConfig: OfflineConfig
Returns the currently active OfflineConfig.

Functions

getOfflineContentManager
Link copied to clipboard
fun getOfflineContentManager(sourceConfig: SourceConfig, location: String, id: String, listener: OfflineContentManagerListener, context: Context): OfflineContentManager
Gets a OfflineContentManager for the given parameters.
setDownloadServiceClass
Link copied to clipboard
fun setDownloadServiceClass(downloadServiceClass: Class<out BitmovinDownloadService?>)
Sets the download service class which should be used.
setOfflineConfig
Link copied to clipboard
fun setOfflineConfig(context: Context, offlineConfig: OfflineConfig)
Sets a OfflineConfig which can be used to configure the behaviour of the offline content feature.