Listener

interface Listener

Facilitates listening for scroll events.

Functions

Link copied to clipboard
open fun onMaxValueChanged(oldMaxValue: Float, newMaxValue: Float)

Called when the maximum scroll value changes.

Link copied to clipboard
open fun onValueChanged(oldValue: Float, newValue: Float)

Called when the scroll value changes.