Package-level declarations

Types

Link copied to clipboard
data class ClockConfig(val defaultTime: LocalTime? = null, val boundary: ClosedRange<LocalTime>? = null, val is24HourFormat: Boolean? = null, val icons: LibIcons = BaseConstants.DEFAULT_ICON_STYLE, val orientation: LibOrientation? = BaseConstants.DEFAULT_LIB_LAYOUT) : BaseConfigs

The general configuration for the clock dialog.

Link copied to clipboard

The selection configuration for the clock dialog.