Builder

Abstract alert builder class, used to create a BaseDateTimePickerPresenter.

See also

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun BaseDateTimePickerPresenter.Builder.buildDatePicker(coroutineScope: CoroutineScope, earliestDate: KalugaDate? = null, latestDate: KalugaDate? = null, initialize: DateTimePicker.Builder.() -> Unit): BaseDateTimePickerPresenter

Builds a date picker using DSL syntax (thread safe)

Link copied to clipboard

Builds a time picker using DSL syntax (thread safe)

Link copied to clipboard
abstract fun create(dateTimePicker: DateTimePicker, coroutineScope: CoroutineScope): BaseDateTimePickerPresenter

Creates the BaseDateTimePickerPresenter described by this builder.