Start native apps faster with the Composables CLI ->
Class

TimePickerDisplayMode

Represents the display mode for the content of a TimePickerDialog.

Source set: Common
value class TimePickerDisplayMode internal constructor(internal val value: Int)

Represents the display mode for the content of a TimePickerDialog.

Defines the different ways a user can interact with the time picker, such as using a visual clock-like picker or entering the time via text input.

Companion Object

Properties

Source set: Common
val Picker

Time picker input mode

Source set: Common
val Input

Time text input mode

Source set: Common
val Scroll

Time scroll wheel mode.

This mode displays the time selection using vertical scroll wheels (e.g. ScrollField).

Last updated: