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
/
PausedTimerState
Paused
Timer
State
sealed
interface
PausedTimerState
:
TimerState
(
source
)
Inheritors
PausedCountUpTimerState
PausedCountDownTimerState
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
Reset
Timer
Link copied to clipboard
abstract
fun
asResetTimer
(
)
:
TimerState
as
Started
Timer
Link copied to clipboard
abstract
fun
asStartedTimer
(
)
:
StartedTimerState
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.