Spotify Context
data class SpotifyContext(externalUrlsString: Map<String, String>, href: String, uri: ContextUri, typeString: String)
Content copied to clipboard
Context in which a track was played
Parameters
uri
The Spotify URI for the context.
href
A link to the Web API endpoint providing full details of the track.
typeString
The object type, e.g. “artist”, “playlist”, “album”, “show”.
Constructors
SpotifyContext
Link copied to clipboard
fun SpotifyContext(externalUrlsString: Map<String, String>, href: String, uri: ContextUri, typeString: String)
Content copied to clipboard
The Spotify URI for the context.
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: ContextUri, typeString: String): SpotifyContext
Content copied to clipboard
Properties
externalUrls
Link copied to clipboard
type
Link copied to clipboard
typeString
Link copied to clipboard
uri
Link copied to clipboard
Sources
(source)
Link copied to clipboard