Change SafeHandle naming in NotificationEventListener
[platform/core/csapi/tizenfx.git] / src / Tizen.Applications.NotificationEventListener / Tizen.Applications.NotificationEventListener / NotificationEventArgs.cs
index cd86a64..9f348f6 100755 (executable)
@@ -29,7 +29,7 @@ namespace Tizen.Applications.NotificationEventListener
 
         internal IDictionary<string, StyleArgs> Style;
         internal IDictionary<string, Bundle> Extender;
-        internal Interop.NotificationEventListener.SafeNotificationHandle Handle;
+        internal Interop.NotificationEventListener.NotificationSafeHandle Handle;
 
         /// <summary>
         /// Initializes a new instance of the <see cref="NotificationEventArgs"/> class.