Timed Scheduler
Interface for abstracting time based jobs from framework execution facilities
Types
Functions
Link copied to clipboard
Cancels all the scheduled tasks of the provided type that aren't executed
Link copied to clipboard
abstract fun schedule( runnable: Runnable, executionDelayMillis: Long, taskType: TimedScheduler.TaskType)
Content copied to clipboard
Executes runnable after executionDelayMillis.