onValueChange

open fun onValueChange(view: NumberPicker, oldValue: Int, newValue: Int)

value has been changes using the picker dialog

Parameters

view

The view associated with this listener.

oldValue

the old value

newValue

the new value