OnButtonCheckedListener

Interface definition for a callback to be invoked when a MaterialButton is checked or unchecked in this group.

Functions

Link copied to clipboard
abstract fun onButtonChecked(group: MaterialButtonToggleGroup, @IdRes checkedId: Int, isChecked: Boolean)
Called when a MaterialButton in this group is checked or unchecked.