hooks.ql
| Function | Description |
|---|---|
| fun onSongPlay(fn) | Calls a callback function when the currently playing song is changed on a Spotify account, with a polling time of 5000ms. |
| native fun onSongPlay(fn, pollTime) | Calls a callback function when the currently playing song is changed on a Spotify account. |
Calls a callback function when the currently playing song is changed on a Spotify account, with a polling time of 5000ms.
fn
( function )
|
The function to call with the song as an argument |