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.

constructor(dateTimePicker: <Error class: unknown class>, parent: <Error class: unknown class>)

Parameters

dateTimePicker

the DateTimePicker to present

parent

The UIViewController to present the DateTimePicker

constructor(dateTimePicker: DateTimePicker)

Parameters

dateTimePicker

The DateTimePicker being presented.

constructor(dateTimePicker: DateTimePicker)

Parameters

dateTimePicker

The DateTimePicker being presented.