Add check box for notification (#5342)
[platform/core/csapi/tizenfx.git] / src / Tizen.Applications.Notification / Tizen.Applications.Notifications / Notification.cs
index 4eef6c8..019ea0a 100755 (executable)
@@ -203,6 +203,16 @@ namespace Tizen.Applications.Notifications
         public bool IsVisible { get; set; } = true;
 
         /// <summary>
+        /// Gets a flag for do not show again checkbox.
+        /// </summary>
+        /// <since_tizen> 11 </since_tizen>
+        [EditorBrowsable(EditorBrowsableState.Never)]
+        public bool CheckBox { get; set; } = false;
+
+        [EditorBrowsable(EditorBrowsableState.Never)]
+        public bool CheckedValue { get; set; } = false;
+
+        /// <summary>
         /// Gets or sets NotificationSafeHandle.
         /// </summary>
         internal NotificationSafeHandle Handle