[NotificationEventListener] Add method for get all count
[platform/core/csapi/tizenfx.git] / src / Tizen.Applications.NotificationEventListener / Interop / Interop.NotificationEventListener.cs
index 85fbc4b..255be6d 100755 (executable)
@@ -168,6 +168,9 @@ internal static partial class Interop
         [DllImport(Libraries.NotificationEventListener, EntryPoint = "notification_load")]
         internal static extern IntPtr LoadNotification(string appID, int uniqueID);
 
+        [DllImport(Libraries.NotificationEventListener, EntryPoint = "notification_get_all_count")]
+        internal static extern ErrorCode GetAllCount(NotificationType type, out int count);
+
         internal static ErrorCode GetAppId(NotificationSafeHandle handle, out string appid)
         {
             ErrorCode err;