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)