Searched refs:UserNotification (Results 1 – 6 of 6) sorted by relevance
20 import {NotificationType, UserNotification} from 'messaging/user_notification';31 onNotifications(notifications: UserNotification[]) {49 notifications: UserNotification[],78 warnings: UserNotification[],79 ): Set<UserNotification[]> {80 const groups = new Map<string, UserNotification[]>();
18 import {NotificationType, UserNotification} from './user_notification';20 export abstract class UserWarning implements UserNotification {22 Analytics.UserNotification.logUserWarning(this.getDescriptor());
17 import {UserNotification} from './user_notification';20 onNotifications(notifications: UserNotification[]): void;
17 import {UserNotification} from './user_notification';23 onNotifications(notifications: UserNotification[]) {
23 export interface UserNotification { interface
185 static UserNotification = class { property in Analytics