Downloading

data class Downloading(    val current: Long,     val total: Long,     val indeterminate: Boolean) : ContentDownloadStateTracker.State

Constructors

Link copied to clipboard
fun Downloading(    current: Long,     total: Long,     indeterminate: Boolean)

Properties

Link copied to clipboard
val current: Long
Link copied to clipboard
val indeterminate: Boolean
Link copied to clipboard
val total: Long