FileTransferProgress

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

Constructors

Link copied to clipboard
constructor(transferred: Long, total: Long)

Properties

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