public void IgnoredNotificationShown(NodeRemoveEvent e, ActiveReadyNotificationWithGroupNode notification, [JoinBy(typeof(NotificationsGroupComponent))] UserNode user)
 {
     base.NewEvent <ScreenPartShownEvent>().Attach(user).Schedule();
 }
Exemplo n.º 2
0
 public void CloseActiveNotificationEvent(CloseNotificationEvent evt, ActiveReadyNotificationWithGroupNode notification)
 {
     notification.activeNotification.Hide();
 }