Package io.adtrace.sdk.scheduler
Class TimerCycle
java.lang.Object
io.adtrace.sdk.scheduler.TimerCycle
AdTrace android SDK (https://adtrace.io)
Created by Nasser Amini (github.com/namini40) on April 2022.
Notice: See LICENSE.txt for modification and distribution information
Copyright © 2022.
-
Constructor Summary
ConstructorsConstructorDescriptionTimerCycle(Runnable command, long initialDelay, long cycleDelay, String name) -
Method Summary
-
Constructor Details
-
TimerCycle
-
-
Method Details
-
start
public void start() -
suspend
public void suspend() -
teardown
public void teardown()
-