Replies: 1 comment 1 reply
-
I understand that, but please note this isn't meant as tech support. I give away a bunch of code and it is all open for you to view. I've documented all of the client side for this. I don't cover server side stuff because it really depends on the libraries you're using, but the click_action is part of the notification object for android and this is documented in the Android docs. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
First time using Shiny 3 and very new at push notifications.
This is on Android. I am receiving notifications in OnReceived but no automatic pop up is coming up. This means there is nothing for user to click and OnEntry does not get called.
I am using this code to send message;
My questions are;
How can I get OnEntry to fit in and get called?
How does Shiny notifications code work when app is in background or is not running?
Thanks
Regards
Beta Was this translation helpful? Give feedback.
All reactions