FileTransferProgress

data class FileTransferProgress(val transferred: Long, val total: Long)

Constructors

Link copied to clipboard
fun FileTransferProgress(transferred: Long, total: Long)

Properties

Link copied to clipboard
val total: Long
Link copied to clipboard