TimePickerDisplayMode


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.

Summary

Public companion properties

TimePickerDisplayMode

Time text input mode

Cmn
TimePickerDisplayMode

Time picker input mode

Cmn
TimePickerDisplayMode

Time scroll wheel mode.

Cmn

Public functions

open String
Cmn

Public companion properties

Input

val InputTimePickerDisplayMode

Time text input mode

Picker

val PickerTimePickerDisplayMode

Time picker input mode

Scroll

val ScrollTimePickerDisplayMode

Time scroll wheel mode.

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

Public functions

toString

open fun toString(): String