CoroutineTimerManager

class CoroutineTimerManager : TimerManager

Constructors

Link copied to clipboard
fun CoroutineTimerManager()

Functions

Link copied to clipboard
open override fun cancel(timerId: String)
Link copied to clipboard
open override fun schedule(    timerId: String,     executionDelay: Milliseconds,     action: () -> Unit)