toggle menu
horologist
androidJvm
switch theme
search in API
media-ui
/
com.google.android.horologist.media.ui.screens.entity
/
PlaylistDownloadScreenState
/
Loaded
/
DownloadsProgress
Downloads
Progress
sealed
class
DownloadsProgress
Represents the status of the downloads when
PlaylistDownloadScreenState
is
Loaded
.
Inheritors
Idle
InProgress
Members
Types
Idle
Link copied to clipboard
object
Idle
:
PlaylistDownloadScreenState.Loaded.DownloadsProgress
In
Progress
Link copied to clipboard
data
class
InProgress
(
val
progress
:
Float
)
:
PlaylistDownloadScreenState.Loaded.DownloadsProgress