CategoryAppDataBuilder

Builder class for creating CategoryAppData instances.

This builder allows for the construction of category-level application data, which typically groups multiple individual application items (AppInfoData).*

Constructors

Link copied to clipboard
constructor(categoryAppData: CategoryAppData)
constructor(key: String)

Properties

Link copied to clipboard
val key: String

A unique string identifier for this category. This will also be used as the default label if no explicit label is set.

Functions

Link copied to clipboard
open override fun build(): CategoryAppData
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard