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 am also interested in a method to close individual notifications. Anyway, if you want to close all the notifications, you can do this: public static void CloseAllNotifications() { App.Current.Windows.OfType<NotificationsOverlayWindow>().ToList().ForEach(x => x.Close()); }
Hi
Is it possible for
show()
method to return Window so we can manually close a notification window?Or any other workaround?
The text was updated successfully, but these errors were encountered: