onSelectionChanged

abstract fun onSelectionChanged(@NonNull view: TogglePickerInspectorView, isSelected: Boolean)

Called when the user has toggled the value.

Parameters

view

The TogglePickerInspectorView that emitted this event.

isSelected

The selection value of the toggle.