AppInfoData
Represents the data associated with an application, extending AppData.
This interface defines properties related to the visual representation and state of an app within a picker or list. It includes details like icons, labels, selection state, and dimming.
The companion object provides factory methods (invoke
) for creating instances of AppInfoData.
Inheritors
Properties
Link copied to clipboard
An icon Drawable representing an action associated with the app, defaults to null.
Link copied to clipboard
Link copied to clipboard
An additional text label for supplementary information, defaults to null.
Link copied to clipboard
A boolean indicating if the subLabel contains a value that should be specially handled or formatted, defaults to false.
Link copied to clipboard
The app itemType representing the type of item, defaults to TYPE_ITEM_TEXT.
Link copied to clipboard