I have a android library project that handles the push notification for the application. I have to track the different user actions upon receiving the notification. I get events like notification received, rendered etc, but Is there any way to track push notification click in android?
Asked
Active
Viewed 365 times
1
-
can you say what do you want to do? – chetan prajapat Apr 25 '17 at 12:49
-
1I need to track the Push notification click event. Everytime user clicks and opens on a notification on system tray i need to record it internally in the library to keep track – Harikrishnan CV Apr 26 '17 at 08:12