onStateChanged

abstract fun onStateChanged(@NonNull bottomView: View, newState: Int)

Called when the bottom view changes its scrolled state.

Parameters

bottomView

The bottom view.

newState

The new state. This will be one of STATE_SCROLLED_UP or STATE_SCROLLED_DOWN.