Number Picker Dialog
A dialog that prompts the user for a number using a android.widget.NumberPicker.
Constructors
Link copied to clipboard
constructor(context: Context, theme: Int, callBack: NumberPickerDialog.OnValueChangeListener, minValue: Int, maxValue: Int, currentValue: Int)
constructor(context: Context, callBack: NumberPickerDialog.OnValueChangeListener, minValue: Int, maxValue: Int, currentValue: Int)
Types
Link copied to clipboard
interface OnValueChangeListener
The callback interface used to indicate the user is done filling in the time (they clicked on the 'Set' button).
Link copied to clipboard
No op value chagend handler
Link copied to clipboard
No op value chagend handler