Progress

data class Progress(val totalBytesReceived: Long, val contentLength: Long) : DownloadStatus(source)

Represents the progress of a download

Parameters

totalBytesReceived

The total bytes received

contentLength

The total bytes to receive

Constructors

Link copied to clipboard
constructor(totalBytesReceived: Long, contentLength: Long)

Properties

Link copied to clipboard
Link copied to clipboard