GroupAppData

constructor(packageName: String, activityName: String, user: Int = 0, subLabel: String = "", appDataList: List<AppData> = emptyList())(source)

Alternative constructor for GroupAppData that allows initializing the group.

Parameters

packageName

The packageName to construct the AppInfo with.

activityName

The activityName to construct the AppInfo with.

user

The optional user ID associated with this app data. Defaults to 0.

subLabel

A secondary label for this app data, which can provide additional context or

appDataList

A list of AppData objects that are considered children or members of


constructor(appInfo: AppInfo, group: String = "", subLabel: String = "", appDataList: List<AppData> = emptyList())(source)