GroupAppDataBuilder

A builder class for creating GroupAppData instances.

This builder facilitates the construction of group-level application data, which can contain a list of other AppData items.

Constructors

Link copied to clipboard
constructor(groupAppData: GroupAppData)
constructor(key: String)

Creates a new GroupAppDataBuilder with the given key.

Properties

Link copied to clipboard
val key: String

A unique string identifier for this group. This will be used as the default label if no label is explicitly set.

Functions

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