SpotifyContextType

enum SpotifyContextType : Enum<SpotifyContextType> , ResultEnum

Entries

Artist
Link copied to clipboard
common
Artist("artist")
Playlist
Link copied to clipboard
common
Playlist("playlist")
Album
Link copied to clipboard
common
Album("album")
Show
Link copied to clipboard
common
Show("show")

Functions

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

Properties

identifier
Link copied to clipboard
common
val identifier: String
name
Link copied to clipboard
common
val name: String
ordinal
Link copied to clipboard
common
val ordinal: Int

Sources

(source)
Link copied to clipboard