OnOptionPickedListener

Listener for option selection changes.

Functions

Link copied to clipboard
abstract fun onCustomValueChanged(@Nullable customValue: String)
Called when custom value has changed.
Link copied to clipboard
abstract fun onOptionsSelected(@NonNull view: OptionPickerInspectorView, @NonNull selectedOptions: List<Integer>)
Called when list of selected options have changed.