| Interface | Description |
|---|---|
| ParentViewHolder.ParentListItemExpandCollapseListener |
Empowers
ExpandableRecyclerAdapter
implementations to be notified of expand/collapse state change events. |
| Class | Description |
|---|---|
| ChildViewHolder |
ViewHolder for a child list
item.
|
| ParentViewHolder |
ViewHolder for a
ParentListItem
Keeps track of expanded state and holds callbacks which can be used to
trigger expansion-based events. |