Package-level declarations
Types
Link copied to clipboard
abstract class ExpandableRecyclerViewAdapter<GVH : GroupViewHolder?, CVH : ChildViewHolder?> : RecyclerView.Adapter, ExpandCollapseListener, OnGroupClickListener
Link copied to clipboard
This class is the sits between the backing ExpandableList and the ExpandableRecyclerViewAdapter and mediates the expanding and collapsing of ExpandableGroup
Link copied to clipboard
abstract class MultiTypeExpandableRecyclerViewAdapter<GVH : GroupViewHolder?, CVH : ChildViewHolder?> : ExpandableRecyclerViewAdapter<GVH, CVH>