Number Picker Dialog
constructor(context: Context, theme: Int, callBack: NumberPickerDialog.OnValueChangeListener, minValue: Int, maxValue: Int, currentValue: Int)
Parameters
context
Parent.
theme
the theme to apply to this dialog
call Back
How parent is notified.
min Value
minimum number to choose.
max Value
maximum number to choose.
constructor(context: Context, callBack: NumberPickerDialog.OnValueChangeListener, minValue: Int, maxValue: Int, currentValue: Int)
Parameters
context
Parent.
call Back
How parent is notified.
min Value
minimum number to choose.
max Value
maximum number to choose.