summaryrefslogtreecommitdiff
path: root/include/notification_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/notification_type.h')
-rw-r--r--include/notification_type.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/notification_type.h b/include/notification_type.h
index 67db1f2..43e0252 100644
--- a/include/notification_type.h
+++ b/include/notification_type.h
@@ -423,6 +423,16 @@ typedef enum notification_permission_type {
} notification_permission_type_e;
/**
+ * @brief Enumeration for notification block state.
+ * @since_tizen 3.0
+ */
+typedef enum notification_block_state {
+ NOTIFICATION_BLOCK_STATE_ALLOWED = 0, /**< The app is allowed to post notifications */
+ NOTIFICATION_BLOCK_STATE_BLOCKED, /**< The app is not allowed to post any notifications */
+ NOTIFICATION_BLOCK_STATE_DO_NOT_DISTURB /**< User set do not disturb mode */
+} notification_block_state_e;
+
+/**
* @}
*/