ScrollListener

interface ScrollListener

Functions

Link copied to clipboard
abstract fun onLayout(scrollView: ViewGroup?)
Link copied to clipboard
abstract fun onScroll(scrollView: ViewGroup?, scrollEventType: ScrollEventType?, xVelocity: Float, yVelocity: Float)