Skip to content Skip to sidebar Skip to footer

Cancel Notification

I use Onesignal to push notification and need to cancel all notification of onPause and onResume, NotificationManager notificationManager = (NotificationManager) getApplicatio

Solution 1:

You need to use this method from OneSignal SDK clearOneSignalNotifications

or for only one notifcation cancelNotification.

Check here


Post a Comment for "Cancel Notification"