ExpandCollapseController

This class is the sits between the backing ExpandableList and the ExpandableRecyclerViewAdapter and mediates the expanding and collapsing of ExpandableGroup

Constructors

Link copied to clipboard
constructor(expandableList: ExpandableList, listener: ExpandCollapseListener)

Functions

Link copied to clipboard
open fun isGroupExpanded(flatPos: Int): Boolean
Link copied to clipboard
open fun toggleGroup(flatPos: Int): Boolean