Class DataManagerConfiguration
-
- All Implemented Interfaces:
public class DataManagerConfiguration extends ConfigurationSection
-
-
Method Summary
Modifier and Type Method Description int
getDataCacheMaxAgeSeconds()
Get dataCacheMaxAgeSeconds. boolean
getIsBeaconStatusesUploadEnabled()
Get isBeaconStatusesUploadEnabled. boolean
getIsNativeFeatureAvailabilityUploadEnabled()
Get isNativeFeatureAvailabilityUploadEnabled. -
-
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 900
- Returns:
dataCacheMaxAgeSeconds value
-
getIsBeaconStatusesUploadEnabled
boolean getIsBeaconStatusesUploadEnabled()
Get isBeaconStatusesUploadEnabled. If this is true, then native beacon statuses are uploaded Default is false
- Returns:
isBeaconStatusesUploadEnabled value
-
getIsNativeFeatureAvailabilityUploadEnabled
boolean getIsNativeFeatureAvailabilityUploadEnabled()
Get isNativeFeatureAvailabilityUploadEnabled. If this is true, then native feature states are uploaded Default is false
- Returns:
isNativeFeatureAvailabilityUploadEnabled value
-
-
-
-