toggle menu
spotify-api-kotlin
4.1.3
common
switch theme
search in API
spotify-api-kotlin
/
com.adamratzman.spotify.models
/
CurrentUserQueue
Current
User
Queue
@
Serializable
data
class
CurrentUserQueue
(
val
currentlyPlaying
:
Playable
?
=
null
,
val
queue
:
List
<
Playable
>
)
(
source
)
Members
Constructors
Current
User
Queue
Link copied to clipboard
constructor
(
currentlyPlaying
:
Playable
?
=
null
,
queue
:
List
<
Playable
>
)
Properties
currently
Playing
Link copied to clipboard
@
SerialName
(
value
=
"currently_playing"
)
val
currentlyPlaying
:
Playable
?
=
null
queue
Link copied to clipboard
@
SerialName
(
value
=
"queue"
)
val
queue
:
List
<
Playable
>