SpotifyMetadataChangedData

constructor(playableUri: PlayableUri, artistName: String, albumName: String, trackName: String, trackLengthInSec: Int, timeSentInMs: Long)(source)

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.