-
- All Implemented Interfaces:
-
co.elastic.apm.android.sdk.internal.services.periodicwork.PeriodicTask
public final class NtpManager extends ManagedPeriodicTask
-
-
Constructor Summary
Constructors Constructor Description NtpManager(TrueTimeWrapper trueTimeWrapper)NtpManager(Context context)
-
Method Summary
Modifier and Type Method Description voidinitialize()booleanisTaskFinished()Indicates whether this task needs to keep running in future iterations or not. -
-
Constructor Detail
-
NtpManager
NtpManager(TrueTimeWrapper trueTimeWrapper)
-
NtpManager
NtpManager(Context context)
-
-
Method Detail
-
initialize
void initialize()
-
isTaskFinished
boolean isTaskFinished()
Indicates whether this task needs to keep running in future iterations or not.
-
-
-
-