invertase / react-native-notifee

Moved to https://github.com/invertase/notifee
https://invertase.io/blog/open-sourcing-notifee
Other
466 stars 31 forks source link

Get data payload from Android DisplayedNotification #373

Closed adar2378 closed 3 years ago

adar2378 commented 3 years ago

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?

Thanks in advance.

adar2378 commented 3 years ago

Turned out android doesn't provide data payload with displaying notifications