OutOfMusicListener

fun interface OutOfMusicListener

If the player runs out of music in the current station, this event listener will be called. In the normal course of events, a streaming station should never run out of music!

See also

addOutOfMusicListener

Functions

onOutOfMusic
Link copied to clipboard
abstract fun onOutOfMusic()