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. |