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.
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
copy
Link copied to clipboard
fun copy(track: SimpleTrack, playedAt: String, context: SpotifyContext? = null): PlayHistory
Content copied to clipboard
Properties
Sources
(source)
Link copied to clipboard