Spotify Web Playback Event
Entries
Emitted when the Web Playback SDK has successfully connected and is ready to stream content in the browser from Spotify. Type PlaybackPlayerListener
Emitted when the Web Playback SDK is not ready to play content, typically due to no internet connection. Type PlaybackPlayerListener
Emitted when the state of the local playback has changed. It may be also executed in random intervals. Type PlaybackStateListener
Emitted when the Spotify.Player fails to instantiate a player capable of playing content in the current environment. Most likely due to the browser not supporting EME protection. Type ErrorListener
Emitted when the Spotify.Player fails to instantiate a valid Spotify connection from the access token provided to getOAuthToken. Type ErrorListener
Emitted when the user authenticated does not have a valid Spotify Premium subscription. Type ErrorListener
Emitted when loading and/or playing back a track failed. Type ErrorListener
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.