Direct to certain app page on push notification click

Hello
When I send a push notification to Android phone. I get it and when click on it it opens the app main screen. I need to open certain page in the app based on the notification
I know this falls mainly on the android side but the reason I am posting this question is because I read that to be able to do that certain payload need to be passed in the message and since backendless is the one that receives the request and create the push notification , I thought maybe you know which header/payload I need to add

Feel free to suggest another way if better
Thank you

Hi @snakeeyes

You can specify the Activity that will be opened when notification is clicked. Take a look at Action On Tap field in push notification template at Options tab. Notice that you should set the full name of the Activity (e.g. com.mypackage.view.SecondActivity)

Best Regards,
Maksym

1 Like