| PostMessageLevelWiFi | Integer, 0-3 | Set the logging level of events to be sent to the server over Wi-Fi when network performance
is good. 0 does not send log data.
- has the highest priority (critical).
- has a medium priority (important).
- has the lowest priority (information).
|
| PostMessageLevelCellular | Integer, 0-3 | Set the logging level of events to be sent to the server over the cellular (3G) network. 0
does not send log data.
- has the highest priority (critical).
- has a medium priority (important).
- has the lowest priority (information).
|
| ManualPostEnabled | true/false | Set to true to manually post the data from the framework to the server. The data is posted
only when the requestManualServerPost method is called. When set
to false, you must also configure the DoPostOnIntervals and
PostMessageTimeIntervals settings. ManualPostEnabled and Do
postOnIntervals cannot be enabled or disabled at the same time.
At least one of these settings must be set to true. |
| DoPostOnIntervals | true/false |
Set the value to true to post data from the framework to the
server at regular time intervals. Specify the time intervals
using the postMessageTimeIntervals setting. Note: The value must
be set to true if you set the ManualPostEnabled as false.
ManualPostEnabled and Do postOnIntervals cannot be enabled or
disabled at the same time. At least one of these settings must
be set to true. |
| PostMessageTimeIntervals | Seconds | Set the seconds to configure how often you want the framework to post the data to the server.
When the DoPostOnIntervals is set to true, the data is post
posted regularly at the time interval that is set here. |