appendGroupContentDescription

fun appendGroupContentDescription(@StringRes() groupLabelRes: Int, selectionControlList: List<EnterpriseSelectionControl>)

Convenience function for EnterpriseSelectionControl.appendGroupContentDescription

Parameters

groupLabelRes

Label string resource

selectionControlList

List containing all selection controls in this group

fun appendGroupContentDescription(groupLabel: String?, selectionControlList: List<EnterpriseSelectionControl>)

Convenience function for EnterpriseSelectionControl.appendGroupContentDescription

Parameters

groupLabel

Label string

selectionControlList

List containing all selection controls in this group