-
- All Implemented Interfaces:
public class DataManagerConfiguration extends ConfigurationSection
-
-
Method Summary
Modifier and Type Method Description int
getDataCacheMaxAgeSeconds()
Get dataCacheMaxAgeSeconds. boolean
getIsNativeFeatureAvailabilityUploadEnabled()
Get isNativeFeatureAvailabilityUploadEnabled. boolean
getIsBeaconStatusesUploadEnabled()
Get isBeaconStatusesUploadEnabled. -
-
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
-
-
-
-