StationChangedListener

fun interface StationChangedListener

This interface supports clients that want to be notified when the player's active station has changed.

See also

setActiveStation

Functions

onStationChanged
Link copied to clipboard
abstract fun onStationChanged(station: Station)

Called when the current active station of the player has changed.