Hi, how to get all notification when clicked on app? or one of notification
@kshysius The SDK does not have a way to get all notifications however I'll mark this as feature request.
In the mean time it is possible to save your own list as they are received from the NotificationExtenderService. Lastly on Android 6.0+ devices it is possible to get a list of notifications in the shade for your app by calling getActiveNotifications
i have same issue . i want when user opens app , all notifications in queue opened and handle their event .
i'm using react-native
Closing issue. Note: request still under consideration
Most helpful comment
i have same issue . i want when user opens app , all notifications in queue opened and handle their event .
i'm using react-native