kwik
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
kwik
kwik
/
com.isakaro.kwik.ui.countdown
Package-level
declarations
Functions
Functions
Kwik
Count
Down
Timer
Link copied to clipboard
@
Composable
fun
KwikCountDownTimer
(
timeMillis
:
Long
,
onTimeUpdate
:
(
String
)
->
Unit
,
onTimerFinished
:
(
)
->
Unit
)
A countdown timer that displays the time remaining in the format "mm:ss".
@
Composable
fun
KwikCountDownTimer
(
minutes
:
Int
,
seconds
:
Int
,
onTimeUpdate
:
(
String
)
->
Unit
,
onTimerFinished
:
(
)
->
Unit
)