React-native-fcm: How can I clear all notification from tray?

Created on 27 Nov 2017  路  2Comments  路  Source: evollu/react-native-fcm

When openning an issue, please include following information for better support

  1. What version of RN and react-native-fcm are you running? RN: 0.48.4 FCM: 9.6.2
  2. What device are you using? Android
  3. Is your app running in foreground, background or not running? running well

Question.
Whenever do presentLocalNotification, my device produce a new icon on tray. But I would like to clear all tray icons when app is on. Is there a way to clear the icon which is generated from presentLocalNotification?

Most helpful comment

FCM.removeAllDeliveredNotifications();

All 2 comments

FCM.removeAllDeliveredNotifications();

FCM.removeAllDeliveredNotifications() works for me

Was this page helpful?
0 / 5 - 0 ratings