SpotifyBroadcastType

enum SpotifyBroadcastType : Enum<SpotifyBroadcastType>

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

Entries

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

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

android source
Link copied to clipboard