TtListRecyclerViewItemGroup

sealed class TtListRecyclerViewItemGroup

Represents a group of recycler view items that can be a:

Types

Link copied to clipboard
data class TtItemGroupIcon(key: DrawableResolver, count: Int) : TtListRecyclerViewItemGroup

Represents a drawable group.

Link copied to clipboard
data class TtItemGroupText(key: StringResolver, count: Int) : TtListRecyclerViewItemGroup

Represents a textual group.

Properties

Link copied to clipboard
abstract val count: Int
Link copied to clipboard
abstract val key: Any

Inheritors

Link copied to clipboard
Link copied to clipboard