public abstract class NotificationsConfiguration extends java.lang.Object implements Notifications
Notifications.Bus| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | LIGHTWEIGHT_PREFIXIf notification group ID starts with this prefix it wouldn't be shown in Preferences | 
SYSTEM_MESSAGES_GROUP_ID, TOPIC| Constructor and Description | 
|---|
| NotificationsConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | changeSettings(java.lang.String groupDisplayName,
              NotificationDisplayType displayType,
              boolean shouldLog,
              boolean shouldReadAloud) | 
| static NotificationsConfiguration | getNotificationsConfiguration() | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnotify, register, register, registerpublic static final java.lang.String LIGHTWEIGHT_PREFIX
public abstract void changeSettings(java.lang.String groupDisplayName,
                                    NotificationDisplayType displayType,
                                    boolean shouldLog,
                                    boolean shouldReadAloud)
public static NotificationsConfiguration getNotificationsConfiguration()