Release version 0.7.18
[platform/core/api/notification.git] / notification-ex / event_listener_interface.h
index e9fe2ae..a27ee21 100644 (file)
@@ -28,6 +28,7 @@
 
 namespace notification {
 
+/* LCOV_EXCL_START */
 class EXPORT_API IEventListener {
  public:
   virtual ~IEventListener() = default;
@@ -36,7 +37,9 @@ class EXPORT_API IEventListener {
   virtual void NotifyObserver(const IEventInfo& info,
       std::list<tizen_base::Bundle> serialized) = 0;
   virtual std::list<tizen_base::Bundle> NotifyObserver(const IEventInfo& info) = 0;
+  virtual int NotifyNumberRequest(const IEventInfo& info) = 0;
 };
+/* LCOV_EXCL_STOP */
 
 }  // namespace notification