UploadProgress

data class UploadProgress(val offset: Int, val size: Int, val timestamp: Long = System.currentTimeMillis())

Constructors

Link copied to clipboard
constructor(offset: Int, size: Int, timestamp: Long = System.currentTimeMillis())

Properties

Link copied to clipboard
val offset: Int
Link copied to clipboard
val size: Int
Link copied to clipboard