Package io.adtrace.sdk.scheduler
Class TimerCycle
- java.lang.Object
-
- io.adtrace.sdk.scheduler.TimerCycle
-
public class TimerCycle extends java.lang.ObjectAdTrace 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
Constructors Constructor Description TimerCycle(java.lang.Runnable command, long initialDelay, long cycleDelay, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart()voidsuspend()voidteardown()
-