Hi, I'm adding data while displaying a notification via displayNotification method. But later on, when I call getDisplayedNotifications method I get a list of DisplayedNotification. But all of them have notification.data: undefined
How should get the custom data for example conversation id or any other custom data from the displaying notification?
Hi, I'm adding data while displaying a notification via
displayNotification
method. But later on, when I callgetDisplayedNotifications
method I get a list ofDisplayedNotification
. But all of them havenotification.data: undefined
How should get the custom data for example conversation id or any other custom data from the displaying notification?
Thanks in advance.