OnSelectionChangedListener

abstract class OnSelectionChangedListener<S>

Listener that provides selection. Copied from Material Library Required for updated date picker EnterpriseDatePicker to work

Constructors

OnSelectionChangedListener
Link copied to clipboard
fun OnSelectionChangedListener()

Functions

onIncompleteSelectionChanged
Link copied to clipboard
abstract fun onIncompleteSelectionChanged()
onSelectionChanged
Link copied to clipboard
abstract fun onSelectionChanged(selection: S)
Called with the current selection.