hi everyone.
I'm trying to detect and extract notification attributes when notificaiton is posted.
First of all, I tried to detect when notificiation is posted.
according to tutorial, there's way to detect notification's posting.
https://developer.tizen.org/dev-guide/native/2.3.0/org.tizen.mobile.native.appprogramming/html/tutorials/advanced_tutorial/notification_tutorial.htm#status
but, in my ide, Tizen sdk 2.4b, function notification_status_monitor_message_cb_set
and notification_status_monitor_message_cb_set
don't exist.
I'd searched notification.h and notification_status.h, but I couldn't find these functions.
these are my questions.
1. what header file has these functions: notification_status_monitor_message_cb_set
and notification_status_monitor_message_cb_set
?
2. how can I extract notification_h when Other application posts Notification , by using Tizen Native APIs?
Thanks in advance.