| CachedFileMaxBytesSize | | If 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. |
| PostMessageMaxBytesSize | | You can limit the packet size that is used for posting to the server with PostMessageMaxBytesSize. |
| PostMessageTimeout | Seconds | Its the Post message time out interval. |
| PostMessageSocketTimeout | | Its the Post message socket time out interval. |
| CompressPostMessage | true/false | Based on value post message will be compressed. |
| BufferPercent | | The buffer percentage to be used during post. |
| TurnOffCorrectOrientationUpdates | true/false | To handle device orientation updates. |
| DefaultOrientation | | To set default value for device orientation |
| LibraryVersion | | Version of Lib. |
| MessageVersion | | Version of Message. |
| OrientationSensorDelay | | By using this value OrientationSensorDelay will be updated. |
| OrientationDelayNotificationToModules | Default - 1000 | Get orientation delay rate. |
| ApplicationBackgroundTimeInterval | Seconds | Not implemented. |
| ApplicationInBackgroundEnabled | true/false | Returns whether application has gone to background by not having any activity displayed in the foreground. |