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