Tizen Native API
|
Public Attributes | |
int | config_version |
const char * | client_id |
const char * | client_key |
const char * | host |
int | secure_connection |
int | skip_dla |
int | obfuscate_request |
TWPFnRandom | randomfunc |
Configuration which enable caller to customize the SDK.
const char* TWPConfiguration::client_id |
Client id for cloud to qualify
const char* TWPConfiguration::client_key |
Corresponding key for specific client for validation from cloud
Configuration version
const char* TWPConfiguration::host |
Host name for cloud where SDK send request to, set to NULL for SDK to use default settings in plug-in
1 - obfuscate request data, 0 - do not obfuscate request data
TWPFnRandom TWPConfiguration::randomfunc |
Caller customized random function
1 - use secured connection (HTTPS), 0 - not secured connection.
1 - disable DLA lookup, 0 - enable DLA lookup