Release 4.0.0-preview1-00314
[platform/core/csapi/tizenfx.git] / src / Tizen.Applications.NotificationEventListener / Interop / Interop.NotificationEventListener.cs
index 708a5ad..9e36242 100755 (executable)
@@ -165,6 +165,9 @@ internal static partial class Interop
         [DllImport(Libraries.NotificationEventListener, EntryPoint = "notification_get_extension_event_handler")]
         internal static extern ErrorCode GetExtensionAction(NotificationSafeHandle handle, UserEventType type, out SafeAppControlHandle appcontrol);
 
+        [DllImport(Libraries.NotificationEventListener, EntryPoint = "notification_load")]
+        internal static extern IntPtr LoadNotification(string appID, int uniqueID);
+
         internal static ErrorCode GetAppId(NotificationSafeHandle handle, out string appid)
         {
             ErrorCode err;