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.

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

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

(source)
Link copied to clipboard