Change SafeHandle naming in NotificationEventListener
[platform/core/csapi/tizenfx.git] / src / Tizen.Applications.NotificationEventListener / Tizen.Applications.NotificationEventListener / NotificationEventArgsBinder.cs
index 3afaf2f..e38f331 100755 (executable)
@@ -41,7 +41,7 @@ namespace Tizen.Applications.NotificationEventListener
 
             NotificationEventArgs eventargs = new NotificationEventArgs();
 
-            eventargs.Handle = new Interop.NotificationEventListener.SafeNotificationHandle(notification, data);
+            eventargs.Handle = new Interop.NotificationEventListener.NotificationSafeHandle(notification, data);
 
             err = Interop.NotificationEventListener.GetID(eventargs.Handle, out groupNumber, out uniqueNumber);
             if (err != Interop.NotificationEventListener.ErrorCode.None)