GroupTitleViewData
The ui model for the group title item managed by androidx.picker.adapter.AbsAdapter.
This data is used by UI components to display information related to a group of applications. It encapsulates the GroupAppData which contains the actual application data and group information.
Properties
Link copied to clipboard
The underlying application data for this group title.
Link copied to clipboard
The unique identifier for this item. This is used by diffing algorithms (like androidx.recyclerview.widget.DiffUtil) to compare items in the list. By default, the key
is the object instance itself (this
).
Link copied to clipboard
The title of the group, derived from the GroupAppData. Setting this property will update the group name in the underlying GroupAppData.