Spotify Metadata Changed Data
fun SpotifyMetadataChangedData(playableUri: PlayableUri, artistName: String, albumName: String, trackName: String, trackLengthInSec: Int, timeSentInMs: Long)
Content copied to clipboard
Parameters
playableUri
A Spotify URI for the track or playable.
artistName
The track artist.
albumName
The album name.
trackName
The track name.
trackLengthInSec
Length of the track, in seconds.
timeSentInMs
When the notification was sent.
Sources
android source
Link copied to clipboard