Class TimerCycle

java.lang.Object
com.adjust.sdk.scheduler.TimerCycle

public class TimerCycle extends Object
Created by pfms on 08/05/15.
  • Constructor Details

    • TimerCycle

      public TimerCycle(Runnable command, long initialDelay, long cycleDelay, String name)
  • Method Details

    • start

      public void start()
    • suspend

      public void suspend()
    • teardown

      public void teardown()