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

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

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

(source)
Link copied to clipboard