DateTimePickerActions

Interface that defines actions that can used to present a DateTimePicker.

Inheritors

Functions

Link copied to clipboard
abstract fun dismiss(animated: Boolean)

Dismisses the currently presented DateTimePicker.

Link copied to clipboard
abstract suspend fun show(animated: Boolean = true): KalugaDate?

Presents a DateTimePicker and suspends until completion

Link copied to clipboard
abstract fun showAsync(animated: Boolean = true, completion: (KalugaDate?) -> Unit = {})

Presents a DateTimePicker