Searched refs:onNotifications (Results 1 – 3 of 3) sorted by relevance
51 snackBarOpener.onNotifications([filesNotif]);60 snackBarOpener.onNotifications([]);65 snackBarOpener.onNotifications(Array.from({length: 5}, () => filesNotif));75 snackBarOpener.onNotifications(notifications);87 snackBarOpener.onNotifications(notifications);101 snackBarOpener.onNotifications(notifications);117 snackBarOpener.onNotifications(notifications);129 snackBarOpener.onNotifications([filesNotif]);138 snackBarOpener.onNotifications([filesNotif]);
36 onNotifications(notifications: UserNotification[]) { method in SnackBarOpener
39 UserNotifier.snackBarOpener?.onNotifications(UserNotifier.notifications);