onChanged

open fun onChanged(picker: NumberPicker, oldVal: Int, newVal: Int)

value has been changes using the picker dialog

Parameters

picker

The view associated with this listener.

oldVal

the old value

newVal

the new value