I have a case in my app where I need to send a push notification to a user device when the application is offline and appears as a toast notification.
I need when the user clicks on the toast message to navigate to a specific page in my application depending on the message. I know that this is available in toast notifications but can I send parameters from my server to the toast to determine the page?
Of course you can.
The XML of the toast notification you send from your server looks like this:
You use the
Param
parameter to send parameters to your app :(taken from here)