Listener

interface Listener

Facilitates listening for scroll events.

Functions

Link copied to clipboard
open fun onMaxValueChanged(old: Float, new: Float)

Called when the maximum scroll value changes.

Link copied to clipboard
open fun onValueChanged(old: Float, new: Float)

Called when the scroll value changes.