I receive data from my webService to generate custom notifications.
I want to track Intent
to be aware of open (click) or cancel (swipe) event on a notification , to report server for analytics.
Is there any listener for onIntentStart
or onIntentCanceled
?
Maybe a listener for notifications by notificationId
?
Edit :
i want to do this without changing user's contentIntent or DeleteIntent or asking user to add lines of code to NotificationHandlerActivity !