[NotificationEventListener] Change getlist logic
[platform/core/csapi/tizenfx.git] / src / Tizen.Applications.NotificationEventListener / Tizen.Applications.NotificationEventListener / NotificationEventArgsEnumerations.cs
index 7ed4c3c..31a5b09 100755 (executable)
@@ -182,6 +182,11 @@ namespace Tizen.Applications.NotificationEventListener
     internal enum NotificationType
     {
         /// <summary>
+        /// Type none.
+        /// </summary>
+        None = -1,
+
+        /// <summary>
         /// Notification type.
         /// </summary>
         Notification = 0,