Package com.maxkeppeler.sheets.duration

Types

Link copied to clipboard
class DurationSheet : Sheet

The DurationSheet lets you pick a duration time in a specific format.

Link copied to clipboard
enum DurationTimeFormat : Enum<DurationTimeFormat>

Time formats that can be used.

Link copied to clipboard
typealias DurationTimeListener = (timeInSec: Long) -> Unit

Listener which returns the selected duration time in milliseconds.