public interface NotificationMethodsAsync
Modifier and Type | Method and Description |
---|---|
void |
disableNotification(int userId)
Disables notifications for updates from the specified user to the authenticating user.
|
void |
disableNotification(java.lang.String screenName)
Disables notifications for updates from the specified user to the authenticating user.
|
void |
enableNotification(int userId)
Enables notifications for updates from the specified user to the authenticating user.
|
void |
enableNotification(java.lang.String screenName)
Enables notifications for updates from the specified user to the authenticating user.
|
void enableNotification(java.lang.String screenName)
screenName
- Specifies the screen name of the user to follow with device updates.void enableNotification(int userId)
userId
- Specifies the ID of the user to follow with device updates.void disableNotification(java.lang.String screenName)
screenName
- Specifies the screen name of the user to disable device notifications.void disableNotification(int userId)
userId
- Specifies the ID of the user to disable device notifications.