public static interface NotificationDispatcher.Context
| Modifier and Type | Method and Description |
|---|---|
void |
addUser(String userLogin)
Deprecated.
Use
addUser(String, NotificationChannel) instead. |
void |
addUser(String userLogin,
NotificationChannel notificationChannel)
Adds a user that will be notified through the given notification channel.
|
@Deprecated void addUser(String userLogin)
addUser(String, NotificationChannel) instead.UnsupportedOperationException.void addUser(String userLogin, NotificationChannel notificationChannel)
userLogin - the user loginnotificationChannel - the notification channel to use for this userCopyright © 2009–2015 SonarSource. All rights reserved.