Hi,
we are programatically sending out UA pushes with a deeplink action. Structure looks roughly like this:
https://pastebin.com/raw/Qi3YwuVY
I've implemented the UADeepLinkDelegate and the callback is also being called. But I'm wondering how I can access the fields in "extra"?
When push is implemented without any action, the callback receivedForegroundNotification(notificationContent, completionHandler) was being called and we were able to access the info via the UANotificationContent. But that seems to be completely missing when actions are implemented?
Comments
1 comment