Release 4.0.0-preview1-00286
[platform/core/csapi/tizenfx.git] / src / Tizen.Applications.NotificationEventListener / Tizen.Applications.NotificationEventListener / NotificationEventArgsStyle.cs
index 5ba07c7..9438f81 100755 (executable)
 namespace Tizen.Applications.NotificationEventListener
 {
     /// <summary>
-    /// This class provides the methods and properties to get information about the posted or updated notification.
+    /// This class provides methods and properties to get information about the posted or updated notification.
     /// </summary>
     public partial class NotificationEventArgs
     {
+        /// <summary>
+        /// An object can get a rich notification style to a notification object.
+        /// </summary>
         public abstract class StyleArgs
         {
             internal abstract string Key { get; }