tizen 2.4 release
[framework/telephony/libcall-manager.git] / doc / call_manager_doc.h
1 /*
2  * Copyright (c) 2015 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  * Contact: Sung Joon Won <sungjoon.won@samsung.com>
5  *
6  * Licensed under the Apache License, Version 2.0 (the License);
7  * you may not use this file except in compliance with the License.
8  * You may obtain a copy of the License at
9  *
10  * http://www.apache.org/licenses/LICENSE-2.0
11  *
12  * Unless required by applicable law or agreed to in writing, software
13  * distributed under the License is distributed on an AS IS BASIS,
14  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15  * See the License for the specific language governing permissions and
16  * limitations under the License.
17  */
18
19 #ifndef __TIZEN_CALL_MANAGER_DOC_H__
20 #define __TIZEN_CALL_MANAGER_DOC_H__
21
22
23 /**
24  * @file call_manager_doc.h
25  * @brief This file contains high level documentation of the Call Manager API.
26  */
27
28 /**
29  * @ingroup CAPI_CALL_FRAMEWORK
30  * @defgroup CAPI_CALL_MANAGER_MODULE Call Manager
31  * @brief  The Call Manager API provides functions to get the voice and video call status.
32  *
33  * @section CAPI_CALL_MANAGER_MODULE_HEADER Required Header
34  *   \#include <call_manager.h>
35  *
36  * @section CAPI_CALL_MANAGER_OVERVIEW Overview
37  * The Call Manager service allows APIs to manage call operations.
38  *
39  * The Call Manager API allows you to:
40  * - get the call status
41  *
42  *
43  * It is recommended to design feature related codes in your application for reliability.\n
44  *
45  * You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
46  *
47  * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n
48  *
49  * More details on featuring your application can be found from <a href="../org.tizen.gettingstarted/html/native/details/app_filtering_n.htm"><b>Feature List</b>.</a>
50  */
51
52 #endif /* __TIZEN_CALL_MANAGER_DOC_H__ */