UserUri

class UserUri(input: String) : SpotifyUri

Represents a Spotify User URI, parsed from either a Spotify ID or taken from an endpoint.

Constructors

UserUri
Link copied to clipboard
common
fun UserUri(input: String)

Functions

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

Properties

id
Link copied to clipboard
common
val id: String
representation of this uri as an id
type
Link copied to clipboard
common
val type: String
The type (per Spotify) corresponding to the Uri.
uri
Link copied to clipboard
common
val uri: String
retrieve this URI as a string

Sources

(source)
Link copied to clipboard