Package com. adamratzman. spotify. notifications
Types
AbstractSpotifyBroadcastReceiver
Link copied to clipboard
SpotifyBroadcastEventData
Link copied to clipboard
SpotifyBroadcastType
Link copied to clipboard
SpotifyMetadataChangedData
Link copied to clipboard
data class SpotifyMetadataChangedData(playableUri: PlayableUri, artistName: String, albumName: String, trackName: String, trackLengthInSec: Int, timeSentInMs: Long) : SpotifyBroadcastEventData
Content copied to clipboard
SpotifyPlaybackStateChangedData
Link copied to clipboard
data class SpotifyPlaybackStateChangedData(playing: Boolean, positionInMs: Int, timeSentInMs: Long) : SpotifyBroadcastEventData
Content copied to clipboard
SpotifyQueueChangedData
Link copied to clipboard
class SpotifyQueueChangedData(timeSentInMs: Long) : SpotifyBroadcastEventData
Content copied to clipboard
Functions
registerSpotifyBroadcastReceiver
Link copied to clipboard
fun Context.registerSpotifyBroadcastReceiver(receiver: AbstractSpotifyBroadcastReceiver, vararg notificationTypes: SpotifyBroadcastType)
Content copied to clipboard