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