public interface NotificationMethodsAsync
Modifier and Type | Method and Description |
---|---|
void |
disableNotification(long 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(long 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(long 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(long userId)
userId
- Specifies the ID of the user to disable device notifications.