Interface | Description |
---|---|
MvaDiffUtil<M> |
MvaDiffUtil lets the client to calculate the diff between old & new list and apply the changes.
|
OnItemClickListener<M> | |
OnSelectionChangedListener<M> |
Listener to listen for changes if an item is selected or un-selected.
|
PayloadProvider<M> |
A Interface class used by DiffUtil while calculating the diff between two lists.
|
SwipeToDismissListener<M> |
Listener to listen when an item is dismissed by swipe gesture.
|
Class | Description |
---|---|
InfiniteLoadingHelper |
Class to add infinite loading feature into the adapter
|
Enum | Description |
---|---|
Mode |
Enum represents different types of mode which can be set as selection or expansion modes.
|