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.

Constructors

Link copied to clipboard
constructor(appData: GroupAppData)

Properties

Link copied to clipboard
open override val appData: GroupAppData

The underlying application data for this group title.

Link copied to clipboard
open override val key: Any

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 sub-label associated with the group title, used for display purposes.

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.