语言

Menu
Sites
Language
extract Title, Content from when Notification is posted

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.

编辑者为: BeomChan Park 29 9月, 2015

响应

4 回复
Alex Dem

Hi,
fyi: looks like such api is presented in notification status.h of 2.3.1 but removed in 2.4b. But in any case api is not mentioned in dev-guide of 2.3.1 even.
Alexey.

Alex Dem

Also, fyi:
afaik 2.3.1 targeted to Z1, 2.4b to Z3 devices.
Alexey.

Palitsyna

Hello,

unforunately, I didn't find such API for 2.4.

The only place it was mentioned is here: https://developer.tizen.org/dev-guide/native/2.3.0/org.tizen.mobile.native.appprogramming/html/tutorials/advanced_tutorial/notification_tutorial.htm but this is the tutorial for 2.3.0.

Marco Buettner

I prefer to use and support only the latest, official SDK.

To use an beta SDK for "productive" systems are not recommended.