toggle menu
horologist
androidJvm
switch theme
search in API
media-ui
/
com.google.android.horologist.media.ui.screens.playlists
/
PlaylistsScreenState
Playlists
Screen
State
sealed
class
PlaylistsScreenState
<
out
T
>
Represents the state of
PlaylistsScreen
.
Inheritors
Loading
Loaded
Failed
Members
Types
Failed
Link copied to clipboard
object
Failed
:
PlaylistsScreenState
<
Nothing
>
Loaded
Link copied to clipboard
data
class
Loaded
<
T
>
(
val
playlistList
:
List
<
T
>
)
:
PlaylistsScreenState
<
T
>
Loading
Link copied to clipboard
object
Loading
:
PlaylistsScreenState
<
Nothing
>