|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NotificationMethodsAsync
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |