toggle menu
Storyteller SDK Documentation
11.2.0-local-master-c0ea6738e
switch theme
search in API
Storyteller SDK Documentation
/
com.storyteller.ui.pager
/
CountdownBarState
Countdown
Bar
State
data
class
CountdownBarState
(
val
shouldShowProgress
:
Boolean
=
false
,
val
progress
:
Float
=
0.0f
,
val
secondsLeft
:
Int
=
0
,
val
isBlinking
:
Boolean
=
false
)
Members
Constructors
Countdown
Bar
State
Link copied to clipboard
constructor
(
shouldShowProgress
:
Boolean
=
false
,
progress
:
Float
=
0.0f
,
secondsLeft
:
Int
=
0
,
isBlinking
:
Boolean
=
false
)
Properties
is
Blinking
Link copied to clipboard
val
isBlinking
:
Boolean
=
false
progress
Link copied to clipboard
val
progress
:
Float
=
0.0f
seconds
Left
Link copied to clipboard
val
secondsLeft
:
Int
=
0
should
Show
Progress
Link copied to clipboard
val
shouldShowProgress
:
Boolean
=
false