Knox Tizen Wearable SDK
ringtone.h
1 /*
2  * Copyright (c) 2000-2017 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  * PROPRIETARY/CONFIDENTIAL
5  *
6  * This software is the confidential and proprietary information of
7  * SAMSUNG ELECTRONICS ("Confidential Information").
8  * You shall not disclose such Confidential Information and shall
9  * use it only in accordance with the terms of the license agreement
10  * you entered into with SAMSUNG ELECTRONICS.
11  * SAMSUNG make no representations or warranties about the suitability
12  * of the software, either express or implied, including but not
13  * limited to the implied warranties of merchantability, fitness for
14  * a particular purpose, or non-infringement.
15  * SAMSUNG shall not be liable for any damages suffered by licensee as
16  * a result of using, modifying or distributing this software or its derivatives.
17  */
18 
19 #ifndef LIBMDM_MDM_MISC_RINGTONE_H
20 #define LIBMDM_MDM_MISC_RINGTONE_H
21 
22 #ifdef __cplusplus
23 extern "C" {
24 #endif
25 
26 #include "mdm/mdm_client_type.h"
27 
77 mdm_result_t mdm_set_ringtone(const char *ringtone_path);
78 
83 #ifdef __cplusplus
84 }
85 #endif
86 
87 #endif // LIBMDM_MDM_MISC_RINGTONE_H
mdm_result_t mdm_set_ringtone(const char *ringtone_path)
API to change the default ringtone of the device.
mdm_result_t
MDM API result.