summaryrefslogtreecommitdiff
path: root/include/notification_type.h
diff options
context:
space:
mode:
authorKyuho Jo <kyuho.jo@samsung.com>2015-11-10 10:59:35 +0900
committerKyuho Jo <kyuho.jo@samsung.com>2015-11-10 14:05:10 +0900
commitb6f547ae1bc3a399d08877fe8e998dfaee2aaa6f (patch)
tree32360d04f3b300ab9cdf3fe21022c8abc1b4287b /include/notification_type.h
parentf0f6c178c2952ad76c89ce998fc80a3afc305992 (diff)
downloadnotification-b6f547ae1bc3a399d08877fe8e998dfaee2aaa6f.tar.gz
notification-b6f547ae1bc3a399d08877fe8e998dfaee2aaa6f.tar.bz2
notification-b6f547ae1bc3a399d08877fe8e998dfaee2aaa6f.zip
Change-Id: Ic260bc3ee54201b4572976dfec9c5f6cd808c4ff Signed-off-by: Kyuho Jo <kyuho.jo@samsung.com>
Diffstat (limited to 'include/notification_type.h')
-rw-r--r--include/notification_type.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/notification_type.h b/include/notification_type.h
index cddd779..3b3d154 100644
--- a/include/notification_type.h
+++ b/include/notification_type.h
@@ -44,6 +44,8 @@ extern "C" {
* @{
*/
+#define NOTIFICATION_DO_NOT_SHOW_TIME_STAMP -1 /**< Do not show time stamp on the notificaion. Could be passed as a argument of notification_set_time() */
+
/**
* @brief Enumeration for notification layout type.
* @since_tizen @if WEARABLE 2.3.1 @elseif MOBILE 2.3 @endif
@@ -58,7 +60,8 @@ typedef enum _notification_ly_type {
NOTIFICATION_LY_NOTI_THUMBNAIL,
/**< Layout for notification. Used to display images*/
NOTIFICATION_LY_ONGOING_EVENT,
- /**< Layout for ongoing notification. Used to display text message*/
+ /**< Layout for ongoing notification. Used to display text message.
+ * notifications with NOTIFICATION_LY_ONGOING_EVENT can not be protected from removing by user since tizen 2.4 */
NOTIFICATION_LY_ONGOING_PROGRESS,
/**< Layout for ongoing notification. Used to display progress*/
NOTIFICATION_LY_MAX,