SpotifyBroadcastType

enum SpotifyBroadcastType : Enum<SpotifyBroadcastType>

Broadcast receiver types. These must be turned on manually in the Spotify app settings.

Entries

PlaybackStateChanged
Link copied to clipboard
PlaybackStateChanged("$BaseSpotifyNotificationId.playbackstatechanged")
QueueChanged
Link copied to clipboard
QueueChanged("$BaseSpotifyNotificationId.queuechanged")
MetadataChanged
Link copied to clipboard
MetadataChanged("$BaseSpotifyNotificationId.metadatachanged")

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: SpotifyBroadcastType): Int
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
fun finalize()
getDeclaringClass
Link copied to clipboard
fun getDeclaringClass(): Class<SpotifyBroadcastType>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

id
Link copied to clipboard
val id: String
name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int

Sources

(source)
Link copied to clipboard