Progress

data class Progress(val totalBytesSend: Long, val contentLength: Long) : UploadStatus(source)

Represents the progress of an upload

Parameters

totalBytesSend

The total bytes sent

contentLength

The total bytes to send

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard