Package 

Class LocationDataCacheUpdateScheduler

  • 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
      void startUpdates()
      void stopUpdates()
      void scheduleUpdateIfNeededNow()
      void onStateUpdated()
      • Methods inherited from class io.appmetrica.analytics.coreapi.internal.cache.CacheUpdateScheduler

        onStateUpdated, scheduleUpdateIfNeededNow
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LocationDataCacheUpdateScheduler

        LocationDataCacheUpdateScheduler(ICommonExecutor executor, ILastKnownUpdater lastKnownUpdater, UpdateConditionsChecker updateConditionsChecker, String tag)