SpotifyContextType

enum SpotifyContextType : Enum<SpotifyContextType> , ResultEnum

Entries

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

Functions

retrieveIdentifier
Link copied to clipboard
common
open override fun retrieveIdentifier(): 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

common source
Link copied to clipboard