Package 

Class DataManagerConfiguration

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      int getDataCacheMaxAgeSeconds() Get dataCacheMaxAgeSeconds.
      boolean getIsNativeFeatureAvailabilityUploadEnabled() Get isNativeFeatureAvailabilityUploadEnabled.
      boolean getIsBeaconStatusesUploadEnabled() Get isBeaconStatusesUploadEnabled.
      • Methods inherited from class com.pointrlabs.core.configuration.ConfigurationSection

        isValid
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getDataCacheMaxAgeSeconds

         int getDataCacheMaxAgeSeconds()

        Get dataCacheMaxAgeSeconds. Data Manager will only move to version checks only if at least this amount of seconds has passed since the last completed cycle Default is 15 * 60

      • getIsNativeFeatureAvailabilityUploadEnabled

         boolean getIsNativeFeatureAvailabilityUploadEnabled()

        Get isNativeFeatureAvailabilityUploadEnabled. If this is true, then native feature states are uploaded Default is false

      • getIsBeaconStatusesUploadEnabled

         boolean getIsBeaconStatusesUploadEnabled()

        Get isBeaconStatusesUploadEnabled. If this is true, then native beacon statuses are uploaded Default is false