Package co.scdn.sdk

Types

ErrorListener
Link copied to clipboard
js
typealias ErrorListener = (err: Error) -> Unit
PlaybackPlayerListener
Link copied to clipboard
js
typealias PlaybackPlayerListener = (inst: WebPlaybackInstance) -> Unit
PlaybackStateListener
Link copied to clipboard
js
typealias PlaybackStateListener = (s: PlaybackState) -> Unit
SpotifyWebPlaybackEvent
Link copied to clipboard
js
enum SpotifyWebPlaybackEvent : Enum<SpotifyWebPlaybackEvent>

Functions

setOnSpotifyWebPlaybackSDKReady
Link copied to clipboard
js
fun setOnSpotifyWebPlaybackSDKReady(callback: suspend () -> Unit)