expandablelayout / com.skydoves.expandablelayout / OnExpandListener

OnExpandListener

interface OnExpandListener

Interface definition for a callback to be invoked when a balloon view is clicked.

Functions

onExpand

abstract fun onExpand(isExpanded: Boolean): Unit

Invoked when the ExpandableLayout is expanded or collapsed.