app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
org.scottishtecharmy.soundscape.utils
/
DownloadState
Download
State
sealed
class
DownloadState
Inheritors
Idle
Caching
Downloading
Success
Error
Canceled
Members
Types
Caching
Link copied to clipboard
object
Caching
:
DownloadState
Canceled
Link copied to clipboard
object
Canceled
:
DownloadState
Downloading
Link copied to clipboard
data
class
Downloading
(
val
progress
:
Int
)
:
DownloadState
Error
Link copied to clipboard
data
class
Error
(
val
message
:
String
)
:
DownloadState
Idle
Link copied to clipboard
object
Idle
:
DownloadState
Success
Link copied to clipboard
object
Success
:
DownloadState