Is there any way of overloading the BackendlessBroadcastReceiver for push notifications on Android so that we can implement different PendingIntents besides simply launching the app? Also, how would we access the payload of our message other than the title/content/ticker-text headers?
How can i launch a specific activity when i click on a push notification.
It always launch the first activity in the app. I don’t understand how to change that.
Help please