Progress

class Progress(val downloadId: Long, val downloadedBytes: Long, val totalBytes: Long) : DownloadStatus

Download is in progress

Parameters

downloadId

ID of the download

Constructors

Link copied to clipboard
constructor(downloadId: Long, downloadedBytes: Long, totalBytes: Long)

Properties

Link copied to clipboard

number of bytes already downloaded

Link copied to clipboard

ID of the download

Link copied to clipboard

total bytes to be downloaded