|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IWebtrendsConfig
Defines interface that can be used to pass configuration settings to LoadConfigFile().
Using this interface allows you to define configuration settings at compile time. Using this technique eliminates the
need for an external configuration file.
For more information, see the "Setup and configuration" section of BlackBerry Analytics Service SDK Development Guide at www.blackberry.com/go/analyticsdocs.
| Method Summary | |
|---|---|
java.lang.String |
wt_dc_app_category()
Category of your application. |
java.lang.String |
wt_dc_app_name()
Name of your application. |
java.lang.String |
wt_dc_app_publisher()
Publisher of your application (vendor or developer name). |
java.lang.String |
wt_dc_app_version()
Version of your application. |
java.lang.String |
wt_dc_charge_threshold_minimum()
Percent of battery life remaining when event send is paused. |
java.lang.String |
wt_dc_dcsid()
Supply a unique ID in the format dcsxxxxxxxxxxxxxxxxxxxxxx_xxxx that is associated with a Webtrends data source. |
java.lang.String |
wt_dc_debug()
Set this value to "true" if you want to enable application logging. |
java.lang.String |
wt_dc_enabled()
Set this value to "false" if you want to disable the Webtrends library. |
java.lang.String |
wt_dc_event_retry_maximum()
Number of times to retry sending an event in response to send error. |
java.lang.String |
wt_dc_event_table_size_maximum()
Maximum number of events stored in event queue. |
java.lang.String |
wt_dc_persist_events()
Set to "false" if you want to prevent events from being saved to disk. |
java.lang.String |
wt_dc_request_permission()
Set this value to "true" if you want the Webtrends library to request PERMISSION_INTERNET, PERMISSION_CROSS_APPLICATION_COMMUNICATION, PERMISSION_SECURITY_DATA from the permission database. |
java.lang.String |
wt_dc_session_maximum()
Session expiration in minutes. |
java.lang.String |
wt_dc_session_timeout()
Session timeout in minutes. |
java.lang.String |
wt_dc_timezone()
Timezone of datasource in number of hours offset from GMT. |
java.lang.String |
wt_dc_url()
Data Collection API base URL. |
| Method Detail |
|---|
java.lang.String wt_dc_app_category()
java.lang.String wt_dc_app_name()
java.lang.String wt_dc_app_publisher()
java.lang.String wt_dc_app_version()
java.lang.String wt_dc_charge_threshold_minimum()
java.lang.String wt_dc_dcsid()
java.lang.String wt_dc_debug()
java.lang.String wt_dc_enabled()
java.lang.String wt_dc_event_retry_maximum()
java.lang.String wt_dc_event_table_size_maximum()
java.lang.String wt_dc_request_permission()
java.lang.String wt_dc_session_maximum()
java.lang.String wt_dc_session_timeout()
java.lang.String wt_dc_timezone()
java.lang.String wt_dc_url()
java.lang.String wt_dc_persist_events()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||