Builder
class Builder
Content copied to clipboard
Used to create MaterialTimePicker instances.
Constructors
Properties
overrideThemeResId
Link copied to clipboard
titleText
Link copied to clipboard
titleTextResId
Link copied to clipboard
Functions
build
Link copied to clipboard
setHour
Link copied to clipboard
fun setHour(@IntRange(from = 0.toLong(), to = 23.toLong() ) hour: Int): MaterialTimePicker.Builder
Content copied to clipboard
setInputMode
Link copied to clipboard
setMinute
Link copied to clipboard
fun setMinute(@IntRange(from = 0.toLong(), to = 60.toLong() ) minute: Int): MaterialTimePicker.Builder
Content copied to clipboard
setTheme
Link copied to clipboard
setTimeFormat
Link copied to clipboard
setTitleText
Link copied to clipboard
fun setTitleText(charSequence: CharSequence?): MaterialTimePicker.Builder
Content copied to clipboard
fun setTitleText(@StringRes() titleTextResId: Int): MaterialTimePicker.Builder
Content copied to clipboard