NumberPickerDialog

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

callBack

How parent is notified.

minValue

minimum number to choose.

maxValue

maximum number to choose.


constructor(context: Context, callBack: NumberPickerDialog.OnValueChangeListener, minValue: Int, maxValue: Int, currentValue: Int)

Parameters

context

Parent.

callBack

How parent is notified.

minValue

minimum number to choose.

maxValue

maximum number to choose.