ListSwitchAppDataBuilder

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

Constructors

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

Creates a new ListSwitchAppDataBuilder from an existing AppInfoData instance. This is useful for modifying an existing item.

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
Link copied to clipboard
fun setSubLabel(subLabel: String?, isValue: Boolean = false): AppData.ListSwitchAppDataBuilder