SpotifyQueueChangedData

class SpotifyQueueChangedData(timeSentInMs: Long) : SpotifyBroadcastEventData

A queue change is sent whenever the play queue is changed. It uses the intent action com.spotify.music.queuechanged.

Parameters

timeSentInMs

When the notification was sent.

Constructors

SpotifyQueueChangedData
Link copied to clipboard
fun SpotifyQueueChangedData(timeSentInMs: Long)
When the notification was sent.

Properties

timeSentInMs
Link copied to clipboard
val timeSentInMs: Long
When the notification was sent.
type
Link copied to clipboard
val type: SpotifyBroadcastType
The type of the broadcast event

Sources

android source
Link copied to clipboard