Child

data class Child(    val currentBytes: Long,     val totalBytes: Long,     val data: VideoDownloadHelper.DownloadEpisodeCached,     var isSelected: Boolean) : VisualDownloadCached(source)

Constructors

Link copied to clipboard
constructor(currentBytes: Long, totalBytes: Long, data: VideoDownloadHelper.DownloadEpisodeCached, isSelected: Boolean)

Properties

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