Searched refs:UserNotification (Results 1 – 6 of 6) sorted by relevance
19 import {UserNotification} from 'messaging/user_notification';26 static add(notification: UserNotification): typeof UserNotifier {34 Analytics.UserNotification.logUserWarning(43 private static notifications: UserNotification[] = [];
20 import {NotificationType, UserNotification} from 'messaging/user_notification';36 onNotifications(notifications: UserNotification[]) {52 notifications: UserNotification[],85 warnings: UserNotification[],86 ): Set<UserNotification[]> {87 const groups = new Map<string, UserNotification[]>();
18 import {UserNotification} from 'messaging/user_notification';33 expectAdded(notifications: UserNotification[]) {38 expectNotified(notifications: UserNotification[]) {48 private checkAdded(notifications: UserNotification[]) {
17 import {NotificationType, UserNotification} from './user_notification';22 export abstract class UserWarning implements UserNotification {
29 export interface UserNotification { interface
364 static UserNotification = class { property in Analytics