Loaded

data class Loaded<Collection, Media>(val collectionModel: Collection, val mediaList: List<Media>, val downloadMediaListState: PlaylistDownloadScreenState.Loaded.DownloadMediaListState, val downloadsProgress: PlaylistDownloadScreenState.Loaded.DownloadsProgress = DownloadsProgress.Idle) : PlaylistDownloadScreenState<Collection, Media>

Constructors

Link copied to clipboard
constructor(collectionModel: Collection, mediaList: List<Media>, downloadMediaListState: PlaylistDownloadScreenState.Loaded.DownloadMediaListState, downloadsProgress: PlaylistDownloadScreenState.Loaded.DownloadsProgress = DownloadsProgress.Idle)

Types

Link copied to clipboard
sealed class DownloadsProgress

Represents the status of the downloads when PlaylistDownloadScreenState is Loaded.