Package-level declarations

Functions

Link copied to clipboard
fun KwikCountDownTimer(timeMillis: Long, onTimeUpdate: (String) -> Unit, onTimerFinished: () -> Unit)

A countdown timer that displays the time remaining in the format "mm:ss".

fun KwikCountDownTimer(minutes: Int, seconds: Int, onTimeUpdate: (String) -> Unit, onTimerFinished: () -> Unit)