InProgress

data class InProgress(val bytesSent: Long, val bytesTotal: Long) : UploadState

Constructors

Link copied to clipboard
constructor(bytesSent: Long, bytesTotal: Long)

Properties

Link copied to clipboard
Link copied to clipboard