buildTimePicker
fun BaseDateTimePickerPresenter.Builder.buildTimePicker(coroutineScope: CoroutineScope, initialize: DateTimePicker.Builder.() -> Unit): BaseDateTimePickerPresenter
Builds a time picker using DSL syntax (thread safe)
Return
The built alert interface object
Parameters
coroutineScope
The CoroutineScope managing the alert lifecycle.
initialize
The block to construct a DateTimePicker with type DateTimePicker.Type.TimeType