Knox Tizen Wearable SDK
Main Page
Policies
Data Structures
Files
File List
knox_custom_device_manager.h
1
/*
2
* libknoxcustom
3
* Copyright ⓒ Samsung Electronics, Co., Ltd. All rights reserved.
4
*
5
* This software contains confidential and proprietary information
6
* of Samsung Electronics Co., Ltd.
7
* The user of this software agrees not to disclose, disseminate or copy such
8
* Confidential Information and shall use the software only in accordance with
9
* the terms of the license agreement the user entered into with Samsung.
10
*/
11
12
#ifndef __KNOX_CUSTOM_DEVICE_MANAGER_H__
13
#define __KNOX_CUSTOM_DEVICE_MANAGER_H__
14
15
#include "knox_custom_client_type.h"
16
17
#ifdef __cplusplus
18
extern
"C"
19
{
20
#endif
21
52
knox_custom_data_t
*
knox_custom_get_sdk_version
(
void
);
53
84
knox_result_t
knox_custom_get_permission
(
const
char
* permission);
85
91
#ifdef __cplusplus
92
}
93
#endif
94
95
#endif
knox_custom_get_sdk_version
knox_custom_data_t * knox_custom_get_sdk_version(void)
API to get the Knox Custom SDK version.
knox_custom_data_t
This structure is used to store GList.
Definition:
knox_custom_client_type.h:81
knox_custom_get_permission
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...
knox_result_t
knox_result_t
KNOX_CUSTOM API result.
Definition:
knox_custom_client_type.h:35
libmdm
source
common
client
knoxcustom
knox_custom_device_manager.h
Copyright ⓒ Samsung Electronics, Co., Ltd. All rights reserved.