DateTimePickerPresenter
constructor(dateTimePicker: DateTimePicker, themeResourceId: Int, lifecycleManagerObserver: LifecycleManagerObserver = LifecycleManagerObserver(), coroutineScope: CoroutineScope)
Parameters
dateTimePicker
The DateTimePicker being presented.
themeResourceId
the resource ID of the theme to apply to the date-time picker dialog
lifecycleManagerObserver
The LifecycleManagerObserver to observe lifecycle changes
coroutineScope
The CoroutineScope managing changes to the alert presentation.
Parameters
dateTimePicker
the DateTimePicker to present
parent
The UIViewController to present the DateTimePicker