DownloadMetadata

data class DownloadMetadata(var id: Int, var downloadedLength: Long, var totalLength: Long, var status: DownloadStatusTell? = null)

Constructors

Link copied to clipboard
constructor(id: Int, downloadedLength: Long, totalLength: Long, status: DownloadStatusTell? = null)

Properties

Link copied to clipboard
Link copied to clipboard
var id: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard