spotify-web-api-kotlin
/
com.adamratzman.spotify.webplayer
/
PlaybackContext
js
Playback
Context
external interface
PlaybackContext
Content copied to clipboard
Playback context for the player
Functions
Properties
Sources
Functions
equals
Link copied to clipboard
js
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
js
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
js
open fun
toString
():
String
Content copied to clipboard
Properties
metadata
Link copied to clipboard
js
abstract var
metadata
:
Any
Content copied to clipboard
Additional metadata for the context (can be null)
uri
Link copied to clipboard
js
abstract var
uri
:
String
?
Content copied to clipboard
The URI of the context (can be null)
Sources
(source)
Link copied to clipboard