Knox Tizen Wearable SDK
|
Device Manager group provides the APIs related to device management. More...
Functions | |
knox_custom_data_t * | knox_custom_get_sdk_version (void) |
API to get the Knox Custom SDK version. More... | |
knox_result_t | knox_custom_get_permission (const char *permission) |
API to check if a specific Knox Customization privilege is granted to the application or not. More... | |
Device Manager group provides the APIs related to device management.
Custom Device Manager group
This group provides APIs to check the SDK version and to check the privileges granted to an application.
#include <knox_custom.h>
knox_result_t knox_custom_get_permission | ( | const char * | permission | ) |
API to check if a specific Knox Customization privilege is granted to the application or not.
[in] | permission | privilege of knox custom |
KNOX_RESULT_SUCCESS | Successful |
KNOX_RESULT_FAIL | General failure |
KNOX_RESULT_NOT_SUPPORTED | Not supported |
KNOX_RESULT_INVALID_PARAM | Invalid parameter |
knox_custom_data_t* knox_custom_get_sdk_version | ( | void | ) |
API to get the Knox Custom SDK version.