shared
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.nubasu.spotify.webapi.wrapper.response.player
/
CurrentlyPlayingTrack
/
CurrentlyPlayingTrack
Currently
Playing
Track
constructor
(
device
:
Device
?
=
null
,
repeatState
:
String
?
=
null
,
shuffleState
:
Boolean
?
=
null
,
context
:
Context
?
=
null
,
timestamp
:
Long
?
=
null
,
progressMs
:
Int
?
=
null
,
isPlaying
:
Boolean
?
=
null
,
item
:
PlaybackItem
?
=
null
,
currentlyPlayingType
:
String
?
=
null
,
actions
:
Actions
?
=
null
)