ListAppDataBuilder

Builder for creating AppInfoData instances which sets its itemType to TYPE_ITEM_TEXT and allows for customization of the following properties:

Constructors

Link copied to clipboard
constructor(appInfoData: AppInfoData)
constructor(appInfo: AppInfo)

Properties

Link copied to clipboard

The core AppInfo object associated with this item.

Functions

Link copied to clipboard
open override fun build(): AppInfoData
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setSubLabel(subLabel: String?, isValue: Boolean = false): AppData.ListAppDataBuilder