DCXCoreAdvancedConfig

Settings ID Value Description
CachedFileMaxBytesSizeIf the server is unreachable, the SDK saves data to memory until the server is reachable. By default, the SDK will store up to 512,000 bytes to the device memory. If the cache grows larger than 512,000 bytes, the oldest data is truncated from cache and is deleted. The cache size is managed through the CachedFileMaxBytesSize setting in DCXCoreAdvancedConfig.json.
PostMessageMaxBytesSizeYou can limit the packet size that is used for posting to the server with PostMessageMaxBytesSize.
PostMessageTimeoutSecondsIts the Post message time out interval.
PostMessageSocketTimeoutIts the Post message socket time out interval.
CompressPostMessagetrue/falseBased on value post message will be compressed.
BufferPercentThe buffer percentage to be used during post.
TurnOffCorrectOrientationUpdatestrue/falseTo handle device orientation updates.
DefaultOrientationTo set default value for device orientation
LibraryVersionVersion of Lib.
MessageVersionVersion of Message.
OrientationSensorDelayBy using this value OrientationSensorDelay will be updated.
OrientationDelayNotificationToModulesDefault - 1000Get orientation delay rate.
ApplicationBackgroundTimeIntervalSecondsNot implemented.
ApplicationInBackgroundEnabledtrue/falseReturns whether application has gone to background by not having any activity displayed in the foreground.