ContextUri

interface ContextUri : ISpotifyUri

Represents a Spotify Context URI (one of AlbumUri, ArtistUri, PlaylistUri, or ShowUri),

Types

Companion
Link copied to clipboard
common
object Companion

Properties

id
Link copied to clipboard
common
abstract val id: String
representation of this uri as an id
uri
Link copied to clipboard
common
abstract val uri: String
retrieve this URI as a string

Inheritors

AlbumUri
Link copied to clipboard
ArtistUri
Link copied to clipboard
PlaylistUri
Link copied to clipboard
ShowUri
Link copied to clipboard

Sources

common source
Link copied to clipboard