Package com.maxkeppeler.sheets.clock

Types

Link copied to clipboard
class ClockSheet : Sheet

The ClockSheet lets you quickly pick a clock time.

Link copied to clipboard
typealias ClockTimeListener = (milliseconds: Long, hours: Int, minutes: Int) -> Unit

Listener which returns the selected clock time in milliseconds.