You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is is possible to differentiate the notification click from a notification button click on Android?
I noticed that both, notification and notification buttons trigger the the same event (notificationOpened), so it is not possible to implement any particular behavior for the buttons. Am I right? Or am I missing something here?
I would like to prevent the App from opening and just perform a few data saving on the App.
Thanks!
The text was updated successfully, but these errors were encountered:
@SilvioLuis I have implemented it but can prevent the from opening because it requires a manifest tag and would prevent all notifications from opening the app.
If you want to check it out, here it is.
Hi @williamrijksen
Thank you for the module!
Is is possible to differentiate the notification click from a notification button click on Android?
I noticed that both, notification and notification buttons trigger the the same event (notificationOpened), so it is not possible to implement any particular behavior for the buttons. Am I right? Or am I missing something here?
I would like to prevent the App from opening and just perform a few data saving on the App.
Thanks!
The text was updated successfully, but these errors were encountered: