|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NotificationMethods
| Method Summary | |
|---|---|
User |
disableNotification(int userId)
Disables notifications for updates from the specified user to the authenticating user. |
User |
disableNotification(java.lang.String screenName)
Disables notifications for updates from the specified user to the authenticating user. |
User |
enableNotification(int userId)
Enables notifications for updates from the specified user to the authenticating user. |
User |
enableNotification(java.lang.String screenName)
Enables notifications for updates from the specified user to the authenticating user. |
| Method Detail |
|---|
User enableNotification(java.lang.String screenName)
throws TwitterException
screenName - Specifies the screen name of the user to follow with device updates.
TwitterException - when Twitter service or network is unavailable
User enableNotification(int userId)
throws TwitterException
userId - Specifies the ID of the user to follow with device updates.
TwitterException - when Twitter service or network is unavailable
User disableNotification(java.lang.String screenName)
throws TwitterException
screenName - Specifies the screen name of the user to disable device notifications.
TwitterException - when Twitter service or network is unavailable
User disableNotification(int userId)
throws TwitterException
userId - Specifies the ID of the user to disable device notifications.
TwitterException - when Twitter service or network is unavailable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||