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
Similar to this issue in the react-native-sdk we want to be able to identify whether a push notification was clicked and which notification it was.
Our campaigns are set up to open the app as "Open action"
Our preferred solution would be you providing this functionality via the Android SDK.
If this is not possible, could you add the JSON payload to the Intent that launches the app, so this information can be extracted in the onNewIntent callback within the launched activity?
The text was updated successfully, but these errors were encountered:
Similar to this issue in the react-native-sdk we want to be able to identify whether a push notification was clicked and which notification it was.
Our campaigns are set up to open the app as "Open action"
Our preferred solution would be you providing this functionality via the Android SDK.
If this is not possible, could you add the JSON payload to the Intent that launches the app, so this information can be extracted in the onNewIntent callback within the launched activity?
The text was updated successfully, but these errors were encountered: