onCheckedChanged

abstract fun onCheckedChanged(@NonNull group: ChipGroup, @IdRes checkedId: Int)

Called when the checked chip has changed. When the selection is cleared, checkedId is NO_ID.

Parameters

group

the group in which the checked chip has changed

checkedId

the unique identifier of the newly checked chip