SpotifyPlaybackStateChangedData

fun SpotifyPlaybackStateChangedData(playing: Boolean, positionInMs: Int, timeSentInMs: Long)

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