Add check box for notification (#5342)
[platform/core/csapi/tizenfx.git] / src / Tizen.Applications.Notification / Tizen.Applications.Notifications / NotificationResponseEventType.cs
index b03f10e..674fcfa 100644 (file)
@@ -54,5 +54,10 @@ namespace Tizen.Applications.Notifications
         /// Event type : Deleted by user.
         /// </summary>
         DeleteNotification = 201,
+
+        /// <summary>
+        /// Event type : Do not show again.
+        /// </summary>
+        CheckBox = 300,
     }
 }