|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NotificationMethods
| Method Summary | |
|---|---|
User |
disableNotification(long userId)
Disables notifications for updates from the specified user to the authenticating user. |
User |
disableNotification(String screenName)
Disables notifications for updates from the specified user to the authenticating user. |
User |
enableNotification(long userId)
Enables notifications for updates from the specified user to the authenticating user. |
User |
enableNotification(String screenName)
Enables notifications for updates from the specified user to the authenticating user. |
| Method Detail |
|---|
User enableNotification(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(long 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(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(long 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 | |||||||||