onValueChange

abstract fun onValueChange(view: View, 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