PlaylistDownloadRepositoryImpl

class PlaylistDownloadRepositoryImpl(coroutineScope: CoroutineScope, playlistLocalDataSource: PlaylistLocalDataSource, mediaDownloadLocalDataSource: MediaDownloadLocalDataSource, media3DownloadDataSource: Media3DownloadDataSource, playlistDownloadMapper: PlaylistDownloadMapper) : PlaylistDownloadRepository

Constructors

Link copied to clipboard
constructor(coroutineScope: CoroutineScope, playlistLocalDataSource: PlaylistLocalDataSource, mediaDownloadLocalDataSource: MediaDownloadLocalDataSource, media3DownloadDataSource: Media3DownloadDataSource, playlistDownloadMapper: PlaylistDownloadMapper)

Functions

Link copied to clipboard
open override fun download(playlist: Playlist)
Link copied to clipboard
open override fun get(playlistId: String): Flow<PlaylistDownload?>
Link copied to clipboard
open override fun remove(playlist: Playlist)