Spotify Playback State Changed Data
fun SpotifyPlaybackStateChangedData(playing: Boolean, positionInMs: Int, timeSentInMs: Long)
Content copied to clipboard
Parameters
playing
True if playing, false if paused.
positionInMs
The current playback position in milliseconds.
timeSentInMs
When the notification was sent.
Sources
(source)
Link copied to clipboard