I am trying to build an app that monitors the notifications using NotificationListenerService which was released from API 18. After doing a lot of research, I found out nothing about it.
To the best of my knowledge, all of the queries (related to NotificationListenerService) are related to detecting notification and reading notification details. I am able to do all this. But, I want to monitor if the user is clicking on the notification or ignoring it (by swiping side ways).
I am not sure if it is actually possible to do or not?
Note: I know that we can monitor when a new notification appears on the notification bar and when it is removed by using NotificationListenerService. But, I also want to know if the removed notification was clicked or ignored? Hope I am clear with my question.