summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormk5004.lee <mk5004.lee@samsung.com>2019-08-16 11:09:27 +0900
committerMyungKi Lee <mk5004.lee@samsung.com>2019-09-03 03:03:27 +0000
commit0f6d5bd5d5c48fb52a75652d1715e225336a6b16 (patch)
tree20c2d5fb6deef537ea10eac2fdc11fb5c24a2cdd
parent3c51151a53bb72d4b0fa0f038f830220a1c12e60 (diff)
downloadnotification-0f6d5bd5d5c48fb52a75652d1715e225336a6b16.tar.gz
notification-0f6d5bd5d5c48fb52a75652d1715e225336a6b16.tar.bz2
notification-0f6d5bd5d5c48fb52a75652d1715e225336a6b16.zip
Update notification-ex doc
Change-Id: I4b4e83a90ddd22edd54eea32abad9323de26b36a Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
-rw-r--r--doc/notification_ex_doc.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/notification_ex_doc.h b/doc/notification_ex_doc.h
index c71e03b..97b387a 100644
--- a/doc/notification_ex_doc.h
+++ b/doc/notification_ex_doc.h
@@ -22,8 +22,11 @@
* \#include <notification_ex.h>
*
* @section NOTIFICATION_EX_MODULE_OVERVIEW Overview
- * A notification ex API is an expanded API of notification.
- * This API provides functions for creating, inserting and updating notification with notification ex items.
+ * A notification ex API is a set of expanded APIs for notifications.
+ * The expanded notification is the predefined type of notifications.
+ * The notification can define actions with one item or group of items.
+ * It supports displaying the notification with selectors to select predefined input
+ * and controlling visibility of the created notification items.
*/
/**
@@ -35,4 +38,4 @@
*
* @section NOTIFICATION_EX_ITEM_MODULE_OVERVIEW Overview
* It provides functions for handling notification ex items.
- */ \ No newline at end of file
+ */