You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be really nice to be able to distinguish between onRemove() that was called because a user clicked on a notification, and a onRemove() that was called from clearNotifications()
Two possible solutions would be:
Add a second parameter to onRemove that would tell who/what is responsible for calling the onRemove (autoDismiss, userClick, clearNotifications)
Add a parameter to clearNotifications(triggerOnRemove = true) so that we can choose when calling clearNotifications if we want it to invoke onRemove or not
The text was updated successfully, but these errors were encountered:
It would be really nice to be able to distinguish between onRemove() that was called because a user clicked on a notification, and a onRemove() that was called from clearNotifications()
Two possible solutions would be:
The text was updated successfully, but these errors were encountered: