State

Types

Link copied to clipboard
Link copied to clipboard
data class Downloading(val current: Long, val total: Long, val indeterminate: Boolean) : ContentDownloadStateTracker.State
Link copied to clipboard
data class Failure(val errorCode: Int) : ContentDownloadStateTracker.State
Link copied to clipboard
Link copied to clipboard