Play History Context
data class PlayHistoryContext(externalUrlsString: Map<String, String>, href: String, uri: SpotifyUri, type: String)
Content copied to clipboard
Context in which a track was played
Parameters
type
The object type, e.g. “artist”, “playlist”, “album”.
href
A link to the Web API endpoint providing full details of the track.
uri
The URI associated with the object
Constructors
PlayHistoryContext
Link copied to clipboard
fun PlayHistoryContext(externalUrlsString: Map<String, String>, href: String, uri: SpotifyUri, type: String)
Content copied to clipboard
The object type, e.g.
Functions
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
copy
Link copied to clipboard
fun copy(externalUrlsString: Map<String, String>, href: String, uri: SpotifyUri, type: String): PlayHistoryContext
Content copied to clipboard
Properties
Sources
(source)
Link copied to clipboard