Progress

data class Progress(val bytesUploaded: Long = 0, val totalBytes: Long = 0, val startTime: Long = 0, val updatedTime: Long = 0)

The current progress of an upload, in terms of time elapsed and data transmitted

Constructors

Link copied to clipboard
constructor(bytesUploaded: Long = 0, totalBytes: Long = 0, startTime: Long = 0, updatedTime: Long = 0)

Properties

Link copied to clipboard
Link copied to clipboard
val startTime: Long = 0
Link copied to clipboard
val totalBytes: Long = 0
Link copied to clipboard
val updatedTime: Long = 0