toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-spotify
/
com.mapbox.nav.gm.spotify.presentation
/
SpotifyPlaybackState
Spotify
Playback
State
class
SpotifyPlaybackState
(
val
spotifyPlayerState
:
PlayerState
)
:
MusicPlayerState
Members
Constructors
Spotify
Playback
State
Link copied to clipboard
constructor
(
spotifyPlayerState
:
PlayerState
)
Properties
album
Art
Uri
Link copied to clipboard
open
override
val
albumArtUri
:
String
?
artist
Name
Link copied to clipboard
open
override
val
artistName
:
String
duration
Link copied to clipboard
open
override
val
duration
:
Long
elapsed
Realtime
Link copied to clipboard
open
override
val
elapsedRealtime
:
Long
playback
Speed
Link copied to clipboard
open
override
val
playbackSpeed
:
Double
playback
State
Link copied to clipboard
open
override
val
playbackState
:
MusicPlayerState.PlaybackState
position
Link copied to clipboard
open
override
val
position
:
Long
repeat
Mode
Link copied to clipboard
open
override
val
repeatMode
:
MusicPlayerState.RepeatMode
?
shuffle
Mode
Link copied to clipboard
open
override
val
shuffleMode
:
MusicPlayerState.ShuffleMode
?
spotify
Player
State
Link copied to clipboard
val
spotifyPlayerState
:
PlayerState
track
Name
Link copied to clipboard
open
override
val
trackName
:
String