Twitter Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Twitter namespace provides composition, request, and results for Twitter messages.
Classes
| Name | Description |
|---|---|
| TWRequest |
A Twitter request. |
| TWRequestResult |
This class holds the return values for an asynchronous operation. |
| TWTweetComposeViewController |
A UIViewController that manages the user experience of composing a tweet. |
Enums
| Name | Description |
|---|---|
| TWRequestMethod |
The HTTP verb used to perform a Twitter request. |
| TWTweetComposeViewControllerResult |
An enumeration whose values specify the results of composing a tweet in a TWTweetComposeViewController. |
Delegates
| Name | Description |
|---|---|
| TWRequestHandler |
A delegate that is used as the |