State

sealed class State

Types

Link copied to clipboard
object Decrypting : ContentDownloadStateTracker.State
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
object Idle : ContentDownloadStateTracker.State
Link copied to clipboard
object Success : ContentDownloadStateTracker.State

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard