Interface SdkTaskScheduler

All Known Implementing Classes:
SdkTaskSchedulerImpl

public interface SdkTaskScheduler
Defines methods used to initiate performing tasks
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Opens the SDK task scheduler and starts all the scheduled tasks
    void
    scheduleAtFixedRate(String name, Runnable command, long initialDelay, long period, TimeUnit unit)
    Schedules a repeating task.
    void
    Shuts down all the scheduled tasks
    void
    Creates and executes a one-shot action