How can I track push notification events in Android, such as when a notification is received, tapped, or dismissed by the user?
I need a listener or method to monitor these events so I can send analytics.
Is there a built-in listener for this, or how can I implement it?