Header

data class Header(    val currentBytes: Long,     val totalBytes: Long,     val data: VideoDownloadHelper.DownloadHeaderCached,     var isSelected: Boolean,     val child: VideoDownloadHelper.DownloadEpisodeCached?,     val currentOngoingDownloads: Int,     val totalDownloads: Int) : VisualDownloadCached(source)

Constructors

Link copied to clipboard
constructor(currentBytes: Long, totalBytes: Long, data: VideoDownloadHelper.DownloadHeaderCached, isSelected: Boolean, child: VideoDownloadHelper.DownloadEpisodeCached?, currentOngoingDownloads: Int, totalDownloads: Int)

Properties

Link copied to clipboard
Link copied to clipboard
open override val currentBytes: Long
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override var isSelected: Boolean
Link copied to clipboard
open override val totalBytes: Long
Link copied to clipboard