-
- All Implemented Interfaces:
-
io.appmetrica.analytics.coreapi.internal.cache.CacheUpdateScheduler
public class LocationDataCacheUpdateScheduler implements CacheUpdateScheduler
-
-
Constructor Summary
Constructors Constructor Description LocationDataCacheUpdateScheduler(ICommonExecutor executor, ILastKnownUpdater lastKnownUpdater, UpdateConditionsChecker updateConditionsChecker, String tag)
-
Method Summary
Modifier and Type Method Description voidstartUpdates()voidstopUpdates()voidscheduleUpdateIfNeededNow()voidonStateUpdated()-
-
Constructor Detail
-
LocationDataCacheUpdateScheduler
LocationDataCacheUpdateScheduler(ICommonExecutor executor, ILastKnownUpdater lastKnownUpdater, UpdateConditionsChecker updateConditionsChecker, String tag)
-
-
Method Detail
-
startUpdates
void startUpdates()
-
stopUpdates
void stopUpdates()
-
scheduleUpdateIfNeededNow
void scheduleUpdateIfNeededNow()
-
onStateUpdated
void onStateUpdated()
-
-
-
-