UNPKG

matrix-react-sdk

Version:
10 lines (9 loc) 322 B
export declare enum NotificationLevel { Muted = 0, None = 1,// nothing special Activity = 2,// no badge, show as unread Notification = 3,// unread notified messages Highlight = 4,// unread pings Unsent = 5 } export declare function humanReadableNotificationLevel(level: NotificationLevel): string;