-
- All Implemented Interfaces:
public class MutableDataManagerConfiguration extends DataManagerConfiguration
-
-
Method Summary
Modifier and Type Method Description void
setDataCacheMaxAgeSeconds(int arg)
Set dataCacheMaxAgeSeconds. void
setIsNativeFeatureAvailabilityUploadEnabled(boolean arg)
Set isNativeFeatureAvailabilityUploadEnabled. void
setIsBeaconStatusesUploadEnabled(boolean arg)
Set isBeaconStatusesUploadEnabled. -
Methods inherited from class com.pointrlabs.core.configuration.DataManagerConfiguration
getDataCacheMaxAgeSeconds, getIsBeaconStatusesUploadEnabled, getIsNativeFeatureAvailabilityUploadEnabled
-
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
-
-
Method Detail
-
setDataCacheMaxAgeSeconds
void setDataCacheMaxAgeSeconds(int arg)
Set 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
-
setIsNativeFeatureAvailabilityUploadEnabled
void setIsNativeFeatureAvailabilityUploadEnabled(boolean arg)
Set isNativeFeatureAvailabilityUploadEnabled. If this is true, then native feature states are uploaded Default is false
-
setIsBeaconStatusesUploadEnabled
void setIsBeaconStatusesUploadEnabled(boolean arg)
Set isBeaconStatusesUploadEnabled. If this is true, then native beacon statuses are uploaded Default is false
-
-
-
-