DownloadMeta

data class DownloadMeta(val mode: CacheMode, val state: DownloadTaskState, val progress: Int, val filePath: String?) : Parcelable

Constructors

Link copied to clipboard
constructor(mode: CacheMode, state: DownloadTaskState, progress: Int, filePath: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard