| 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. |
| DoPostAppComesFromBackground | yes/no | Set to yes to send data to the server when the application comes from the background. |
| DoPostAppGoesToBackground | yes/no | Set to yes to send data to the server when the application goes to the background. |
| DoPostAppGoesToClose | yes/no | Set to yes to send data to the server when the application closes. |
| DoPostAppIsLaunched | yes/no | Set to yes to send data to the server when the application starts. |
| DoPostOnScreenChange | yes/no | Set to yes to send data when the screen changes, subject to ScreenTimeNeededToPost. |
| DynamicConfigurationEnabled | yes/no | Set to yes to enable the kill switch. To use the iOS SDK libraries, set the value to yes, and call enableTealeafFramework. If the kill switch is not implemented, set the value to no for libraries to load. |