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
I see no way to clear history of the toast notifications. If they user does not activate the toast then it just lingers in the notification area. In most cases that would be best but in the case of my application which logs people out after a certain amount of time and a toast alerts them this is happening then they log back in and that notification is still there.
ToastNotificationManager.History.Clear(); is what I have read up on but not working. Sorry, this is above my head.
The text was updated successfully, but these errors were encountered:
I see no way to clear history of the toast notifications. If they user does not activate the toast then it just lingers in the notification area. In most cases that would be best but in the case of my application which logs people out after a certain amount of time and a toast alerts them this is happening then they log back in and that notification is still there.
ToastNotificationManager.History.Clear();
is what I have read up on but not working. Sorry, this is above my head.The text was updated successfully, but these errors were encountered: