Constructors

Link copied to clipboard
constructor(@NonNull context: Context, @Nullable callBack: SeslTimePickerDialog.OnTimeSetListener, hourOfDay: Int, minute: Int, is24HourView: Boolean)
constructor(@NonNull context: Context, theme: Int, @Nullable callBack: SeslTimePickerDialog.OnTimeSetListener, hourOfDay: Int, minute: Int, is24HourView: Boolean)

Types

Link copied to clipboard

Functions

Link copied to clipboard
open fun onClick(dialog: DialogInterface, which: Int)
Link copied to clipboard
open fun onCreate(savedInstanceState: Bundle)
Link copied to clipboard
open fun onRestoreInstanceState(@NonNull savedInstanceState: Bundle)
Link copied to clipboard
Link copied to clipboard
open fun onTimeChanged(@NonNull view: SeslTimePicker, hourOfDay: Int, minute: Int)
Link copied to clipboard
open fun updateTime(hourOfDay: Int, minuteOfHour: Int)