Skip to content

Added FCMPlugin.clearAllNotifications()

Compare
Choose a tag to compare
@andrehtissot andrehtissot released this 26 Oct 07:54
· 274 commits to master since this release
ec25017

Changelog

Added FCMPlugin.clearAllNotifications()

Older notifications can be cleared from notification center. Works on both IOS and Android.

//FCMPlugin.clearAllNotifications( successCallback(msg), errorCallback(err) );
FCMPlugin.clearAllNotifications();

Special thanks to @YemYigit for implementing it #12.