addCheckedItem

fun addCheckedItem(appInfoData: AppInfoData)(source)

Adds an item to the checked list.

Parameters

appInfoData

The data of the app to be added.


fun addCheckedItem(groupAppData: GroupAppData)(source)

Adds items from a GroupAppData to the checked items list.

This function iterates through the appDataList of the provided GroupAppData.

  • If an item is a CategoryAppData, it's converted and added to the checked items.

  • If an item is an AppInfoData and is not dimmed, it's converted and added to the checked items.

Parameters

groupAppData

The GroupAppData containing items to be added.