We have an app with a chat and we need to redirect users to the chat when they tap on the push notification.
As documented, getInitialNotification() only returns the value of what launched the app (from killed state) but is there any callback for what moved the app to foreground (from minimized state)?
We have an app with a chat and we need to redirect users to the chat when they tap on the push notification.
As documented,
getInitialNotification()
only returns the value of what launched the app (from killed state) but is there any callback for what moved the app to foreground (from minimized state)?I think this is a very common use case.
Thanks in advance.