Package com.adamratzman.spotify.webplayer

Types

Album
Link copied to clipboard
js
external interface Album
Artist
Link copied to clipboard
js
external interface Artist
Error
Link copied to clipboard
js
external interface Error
Image
Link copied to clipboard
js
external interface Image
PlaybackContext
Link copied to clipboard
js
external interface PlaybackContext
Playback context for the player
PlaybackDisallows
Link copied to clipboard
js
external interface PlaybackDisallows
A simplified set of restriction controls for the track.
PlaybackRestrictions
Link copied to clipboard
js
external interface PlaybackRestrictions
PlaybackState
Link copied to clipboard
js
external interface PlaybackState
This is an object that is provided every time Spotify.Player#getCurrentState is called.
PlaybackTrackWindow
Link copied to clipboard
js
external interface PlaybackTrackWindow
Player
Link copied to clipboard
js
open external class Player(options: PlayerInit)
The main constructor for initializing the Web Playback SDK.
PlayerInit
Link copied to clipboard
js
external interface PlayerInit
Options for instantiating the Player
Track
Link copied to clipboard
js
external interface Track
WebPlaybackInstance
Link copied to clipboard
js
external interface WebPlaybackInstance
This is an object that is provided in the ready event as an argument.