ImprovTools
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
ImprovTools
:features:timer
/
com.brokenkernel.improvtools.timer.model
/
CountUpTimerState
Count
Up
Timer
State
sealed
interface
CountUpTimerState
:
TimerState
(
source
)
Inheritors
StartedCountUpTimerState
PausedCountUpTimerState
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
timer
ID
Link copied to clipboard
abstract
val
timerID
:
Int
title
Link copied to clipboard
abstract
val
title
:
String
Functions
as
Edited
Link copied to clipboard
abstract
fun
asEdited
(
title
:
String
=
this.title
)
:
TimerState
as
Reset
Timer
Link copied to clipboard
abstract
fun
asResetTimer
(
)
:
TimerState
is
Started
Link copied to clipboard
abstract
fun
isStarted
(
)
:
Boolean
show
Time
Link copied to clipboard
abstract
fun
showTime
(
)
:
Duration
This is the time to show on on the screen.