Play History
data class PlayHistory(track: SimpleTrack, playedAt: String, context: SpotifyContext?)
Content copied to clipboard
Information about a previously-played track
Parameters
track
The track the user listened to.
playedAt
The date and time the track was played.
context
The context the track was played from.
Constructors
PlayHistory
Link copied to clipboard
fun PlayHistory(track: SimpleTrack, playedAt: String, context: SpotifyContext? = null)
Content copied to clipboard
The track the user listened to.
Properties
Sources
common source
Link copied to clipboard