RunnableScheduler
public interface RunnableScheduler
Can be used to schedule Runnables after a delay in milliseconds. This is used by the in-process scheduler to schedule timed work.
Summary
Public methods |
|
|---|---|
abstract void |
Cancels the |
abstract void |
scheduleWithDelay(Schedules a |
Public methods
cancel
Added in 2.4.0
abstract void cancel(@NonNull Runnable runnable)
Cancels the Runnable which was previously scheduled using scheduleWithDelay.