Downloading

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

Constructors

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

Properties

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