TimerManager

interface TimerManager

Functions

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

Inheritors

Link copied to clipboard