Featured Playlists
data class FeaturedPlaylists(message: String, playlists: PagingObject<SimplePlaylist>)
Content copied to clipboard
Spotify featured playlists (on the Browse tab)
Parameters
message
the featured message in "Overview"
playlists
PagingObject of returned items
Constructors
FeaturedPlaylists
Link copied to clipboard
fun FeaturedPlaylists(message: String, playlists: PagingObject<SimplePlaylist>)
Content copied to clipboard
the featured message in "Overview"
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
copy
Link copied to clipboard
fun copy(message: String, playlists: PagingObject<SimplePlaylist>): FeaturedPlaylists
Content copied to clipboard
Properties
Sources
(source)
Link copied to clipboard