AllAppsViewData

data class AllAppsViewData(val selectableItem: SelectableItem) : ViewData, Selectable(source)

The ui model for the "All Apps" item managed by androidx.picker.adapter.AbsAdapter. This uses the ComposableTypeSet.AllSwitch

This data class holds information needed to display the "All Apps" entry, which typically allows the user to view and select from a complete list of applications.

Constructors

Link copied to clipboard
constructor(selectableItem: SelectableItem)

Properties

Link copied to clipboard
open override val selectableItem: SelectableItem

The underlying SelectableItem associated with the "All Apps" entry. This provides the core selection behavior and identity for this view.