UploadProgress

data class UploadProgress(val uploadedBytes: Long, val totalBytes: Long)

Immutable byte progress with a clamped whole-number percentage.

Constructors

Link copied to clipboard
constructor(uploadedBytes: Long, totalBytes: Long)

Properties

Link copied to clipboard

Completed percentage from zero through one hundred.

Link copied to clipboard

total bytes in this upload

Link copied to clipboard

bytes sent so far