onMusicQueued

abstract fun onMusicQueued()

Called when music is immediately available for playback.

When the player switches to a new station via setActiveStation, it needs to contact the Adaptr servers and request music for the new station. When the servers have responded and enough data has been queued up in the player for immediate playback after a call to play, then this method will be called on any listeners that have registered via addMusicQueuedListener.