OnExpandListener

fun fun interface OnExpandListener

Interface definition for a callback to be invoked when a ExpandableLayout is expanded or collapsed.

Functions

onExpand
Link copied to clipboard
abstract fun onExpand(isExpanded: Boolean)
Invoked when the ExpandableLayout is expanded or collapsed.