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
TWRequest |
A Twitter request. |
TWRequestResult |
This class holds the return values from the asynchronous method PerformRequestAsync(). |
TWTweetComposeViewController |
A UIViewController that manages the user experience of composing a tweet. |
Enums
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
TWRequestHandler |
A delegate that is used as the |