Java android.app TimePickerDialog fields, constructors, methods, implement or subclass

Example usage for Java android.app TimePickerDialog fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.app TimePickerDialog.

The text is from its open source code.

Constructor

Method

voidsetButton(int whichButton, CharSequence text, Message msg)
Set a message to be sent when a button is pressed.
voidsetOnKeyListener(@Nullable OnKeyListener onKeyListener)
Sets the callback that will be called if a key is dispatched to the dialog.
voidsetTitle(CharSequence title)
voidshow()
voidupdateTime(int hourOfDay, int minuteOfHour)
Sets the current time.