-
public final class BrowseScreenState.Loaded extends BrowseScreenState
-
-
Field Summary
Fields Modifier and Type Field Description private final List<PlaylistDownloadUiModel>downloadList
-
Constructor Summary
Constructors Constructor Description BrowseScreenState.Loaded(List<PlaylistDownloadUiModel> downloadList)
-
Method Summary
Modifier and Type Method Description final List<PlaylistDownloadUiModel>getDownloadList()-
-
Constructor Detail
-
BrowseScreenState.Loaded
BrowseScreenState.Loaded(List<PlaylistDownloadUiModel> downloadList)
-
-
Method Detail
-
getDownloadList
final List<PlaylistDownloadUiModel> getDownloadList()
-
-
-
-