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
/
StartedTimerState
Started
Timer
State
sealed
interface
StartedTimerState
:
TimerState
(
source
)
Inheritors
StartedCountUpTimerState
StartedCountDownTimerState
Members
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
Paused
Timer
Link copied to clipboard
abstract
fun
asPausedTimer
(
)
:
PausedTimerState
as
Reset
Timer
Link copied to clipboard
abstract
fun
asResetTimer
(
)
:
TimerState
is
Started
Link copied to clipboard
open
override
fun
isStarted
(
)
:
Boolean
show
Time
Link copied to clipboard
abstract
fun
showTime
(
)
:
Duration
This is the time to show on on the screen.