Progress

data class Progress(val progress: Long, val total: Long) : DownloadState

下载进度

Constructors

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

Properties

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