hello, everyone watching this topic.
I want to detect when some Notification is posted by any tizen app, by using Tizen native api.
in Tizen native api 2.4 beta, It supports to detect some events like powerOn/Off, but doesn't support events about notification.
Is there way to detect when notification is posted, and extract data like title,text?
In Android, This is supported by using NotificationListenerService.
in summary,
how can I detect Notification Posted Event?