[Missing <summary> documentation for "T:Twitterizer.TwitterNotification"]
| C# | Visual Basic |
public static class TwitterNotification
Public NotInheritable Class TwitterNotification
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| Follow(OAuthTokens, Decimal, OptionalProperties) |
Enables device notifications for updates from the specified user. Returns the specified user when successful.
| |
| Follow(OAuthTokens, Decimal) |
Enables device notifications for updates from the specified user. Returns the specified user when successful.
| |
| Follow(OAuthTokens, String, OptionalProperties) |
Enables device notifications for updates from the specified user. Returns the specified user when successful.
| |
| Follow(OAuthTokens, String) |
Enables device notifications for updates from the specified user. Returns the specified user when successful.
| |
| Leave(OAuthTokens, Decimal, OptionalProperties) |
Disables notifications for updates from the specified user to the authenticating user. Returns the specified user when successful.
| |
| Leave(OAuthTokens, Decimal) |
Disables notifications for updates from the specified user to the authenticating user. Returns the specified user when successful.
| |
| Leave(OAuthTokens, String, OptionalProperties) |
Disables notifications for updates from the specified user to the authenticating user. Returns the specified user when successful.
| |
| Leave(OAuthTokens, String) |
Disables notifications for updates from the specified user to the authenticating user. Returns the specified user when successful.
|
| Object | |
| TwitterNotification | |