TtListRecyclerViewItemGroup
Represents a group of recycler view items that can be a:
TtItemGroupText: Grouped by a string as a key, that can be an alphabet letter, a number or a symbol.
TtItemGroupIcon: Grouped by a DrawableResolver icon. The occurrence of the group item is count. This grouping is used to pre-load the IndicatorContentProvider for the scrolled position, without having to load all the content in the recycler view.
Types
Link copied to clipboard
data class TtItemGroupIcon(key: DrawableResolver, count: Int) : TtListRecyclerViewItemGroup
Content copied to clipboard
Represents a drawable group.
Link copied to clipboard
data class TtItemGroupText(key: StringResolver, count: Int) : TtListRecyclerViewItemGroup
Content copied to clipboard
Represents a textual group.