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
/
CountDownTimerState
Count
Down
Timer
State
sealed
interface
CountDownTimerState
:
TimerState
(
source
)
Inheritors
StartedCountDownTimerState
PausedCountDownTimerState
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
Half
Time
Link copied to clipboard
abstract
fun
asHalfTime
(
)
:
CountDownTimerState
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.