Add check box for notification (#5342)
[platform/core/csapi/tizenfx.git] / src / Tizen.Applications.NotificationEventListener / Tizen.Applications.NotificationEventListener / NotificationEventArgsEnumerations.cs
index 31a5b09..d9b81f4 100755 (executable)
@@ -174,6 +174,11 @@ namespace Tizen.Applications.NotificationEventListener
         /// Event type : Deleted by user.
         /// </summary>
         DeleteNotification = 201,
+
+        /// <summary>
+        /// Event type : Do not show again checked by user.
+        /// </summary>
+        CheckBox = 300,
     }
 
     /// <summary>