doublelift / com.skydoves.doublelift / OnExpandListener

OnExpandListener

interface OnExpandListener

Interface definition for a callback to be invoked when a DoubleLiftLayout is lifted or not.

Functions

onExpand

abstract fun onExpand(isExpanded: Boolean): Unit

Invoked when the DoubleLiftLayout is lifted or not.