summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormk5004.lee <mk5004.lee@samsung.com>2019-08-20 17:31:01 +0900
committermk5004.lee <mk5004.lee@samsung.com>2019-08-27 11:07:02 +0900
commiteb64a1044915846e46b4f61176b9f4bbfc9d3b52 (patch)
tree7337b0cc9030c5d81a213f5ef2014bacb27d2679
parent8c45dda0d75da1843262bf8ced4259d6a0ab9343 (diff)
downloadnotification-eb64a1044915846e46b4f61176b9f4bbfc9d3b52.tar.gz
notification-eb64a1044915846e46b4f61176b9f4bbfc9d3b52.tar.bz2
notification-eb64a1044915846e46b4f61176b9f4bbfc9d3b52.zip
Add doxygen comments for appmanager.launch privilege
Change-Id: Iea3a539bad369e865a36b872407a965c67c26eaa Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
-rw-r--r--include/notification.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/notification.h b/include/notification.h
index cb45eed..54a6f3b 100644
--- a/include/notification.h
+++ b/include/notification.h
@@ -546,6 +546,8 @@ int notification_get_led_time_period(notification_h noti, int *on_ms, int *off_m
* @brief Sets the launch option for a notification.
* @details When notification data selected in display application, application launched by app_control_send_launch_request with app_control handle.
* @since_tizen @if WEARABLE 2.3.1 @elseif MOBILE 2.3 @endif
+ * @privilege http://tizen.org/privilege/appmanager.launch
+ * @remarks Since 4.0, %http://tizen.org/privilege/appmanager.launch privilege is additionally required.
* @param[in] noti The notification handle
* @param[in] type Launching option type
* @param[in] option App Control handler
@@ -618,6 +620,8 @@ int notification_get_launch_option(notification_h noti, notification_launch_opti
* @details When some event occurs on notification, application launched by app_control_send_launch_request with app_control handle. \n
* Setting event handler of a button means that the notification will show the button.
* @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif
+ * @privilege http://tizen.org/privilege/appmanager.launch
+ * @remarks Since 4.0, %http://tizen.org/privilege/appmanager.launch privilege is additionally required.
* @param[in] noti The notification handle
* @param[in] event_type Event type
* @param[in] event_handler App control handle