PlaylistsScreenState

sealed class PlaylistsScreenState<out T>

Represents the state of PlaylistsScreen.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data class Loaded<T>(val playlistList: List<T>) : PlaylistsScreenState<T>
Link copied to clipboard