HideBottomViewOnScrollBehavior.OnScrollStateChangedListener

public interface HideBottomViewOnScrollBehavior.OnScrollStateChangedListener


Interface definition for a listener to be notified when the bottom view scroll state changes.

Summary

Public methods

abstract void
onStateChanged(View bottomView, int newState)

Called when the bottom view changes its scrolled state.

Public methods

onStateChanged

abstract void onStateChanged(View bottomView, int newState)

Called when the bottom view changes its scrolled state.

Parameters
View bottomView

The bottom view.

int newState

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