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
.
Post a Comment for "Cancel Notification"