I am sending a variety of notifications via
SP.UI.Notify.addNotification("blah", true);
setting the "sticky bit" to true so that the notification stays visible. When I display a second notification, I want to remove the current notification, but I need the id of the notification to remove it with
SP.UI.Notify.removeNotification(id)
Is there any way to remove all of the current notifications or to get the ids of the the current notifications?