OnPageChangeListener

Interface for a listener that is notified of scrollbar page change events.

See also

Functions

Link copied to clipboard
abstract fun onPageChanged(@NonNull verticalScrollBar: VerticalScrollBar, @IntRange(from = 0) pageIndex: Int)
Called whenever the used dragged the scrollbar indicator to a different page.