toggle menu
spotify-api-kotlin
4.1.3
js
switch theme
search in API
spotify-api-kotlin
/
co.scdn.sdk
Package-level
declarations
Types
Functions
Types
Error
Listener
Link copied to clipboard
js
typealias
ErrorListener
=
(
err
:
Error
)
->
Unit
Playback
Player
Listener
Link copied to clipboard
js
typealias
PlaybackPlayerListener
=
(
inst
:
WebPlaybackInstance
)
->
Unit
Playback
State
Listener
Link copied to clipboard
js
typealias
PlaybackStateListener
=
(
s
:
PlaybackState
)
->
Unit
Spotify
Web
Playback
Event
Link copied to clipboard
js
enum
SpotifyWebPlaybackEvent
:
Enum
<
SpotifyWebPlaybackEvent
>
Functions
set
On
Spotify
Web
Playback
SDKReady
Link copied to clipboard
js
fun
setOnSpotifyWebPlaybackSDKReady
(
callback
:
suspend
(
)
->
Unit
)