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

Cannot find getDeliveredNotifications in Notifee v1.10.0 #348

Closed VivienTournie closed 3 years ago

VivienTournie commented 3 years ago

Hello !

I've been able to find all the new APIs included in v1.10.0 except getDeliveredNotifications. Neither in the code nor in the Notifee's documentation.

Can we expect to get it the next release ? I would like to try to see if I can use it for my use case on iOS.

I'm assuming this is an implementation of this method , so we have still no way to detect when a trigger notification is delivered (as we can do on Android with the DELIVERED event) ? 😞

helenaford commented 3 years ago

Hey there, there was a typo in the docs - You should be able to use getDisplayedNotifications. Thanks for bringing it to our attention