BlinkCountdownTimer

class BlinkCountdownTimer @JvmOverloads constructor(total: Long, interval: Long, coroutineScope: CoroutineScope = CoroutineScope(Dispatchers.Default))

Constructors

Link copied to clipboard
constructor(total: Long, interval: Long, coroutineScope: CoroutineScope = CoroutineScope(Dispatchers.Default))

Functions

Link copied to clipboard
fun cancel()
Link copied to clipboard
fun start(onTick: (duration: Duration) -> Unit, onFinished: () -> Unit)