DownloadAdapterQueue
data class DownloadAdapterQueue(val currentDownloads: List<DownloadObjects.DownloadQueueWrapper>, val queue: List<DownloadObjects.DownloadQueueWrapper>)(source)
Constructors
Link copied to clipboard
constructor(currentDownloads: List<DownloadObjects.DownloadQueueWrapper>, queue: List<DownloadObjects.DownloadQueueWrapper>)