showAsync

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

Presents a DateTimePicker

Parameters

animated

Pass true to animate the presentation

completion

The callback invoked when a KalugaDate is selected or the dialog is cancelled