| Class | Description |
|---|---|
| AbstractAjaxTwitterEventBehavior | |
| AjaxClickEventBehavior |
https://dev.twitter.com/docs/intents/events#tweet
Supported by: Tweet Button & Follow Button Receive an event when the user has clicked the Tweet Button or Follow Button. |
| AjaxFavoriteEventBehavior |
https://dev.twitter.com/docs/intents/events#favorite
Supported by: Web Intents This event will populate the favorited tweet_id in the Event Object's data method. |
| AjaxFavoriteEventBehaviorPage | |
| AjaxFollowEventBehavior |
https://dev.twitter.com/docs/intents/events#follow
Supported by: Tweet Button, Follow Button, & Web Intents
This event will populate the followed user_id in the Event Object's data method.
|
| AjaxFollowEventBehaviorPage | |
| AjaxRetweetEventBehavior |
https://dev.twitter.com/docs/intents/events#retweet
Supported by: Web Intents This event will populate the original Tweet that was retweeted's source_tweet_id in the Event Object. |
| AjaxRetweetEventBehaviorPage | |
| AjaxTweetEventBehavior |
https://dev.twitter.com/docs/intents/events#tweet
Supported by: Tweet Button & Web Intents
This event will be triggered when the user publishes his tweet within the share box.
|
| AjaxTweetEventBehaviorPage | |
| Event |
https://dev.twitter.com/docs/intents/events#event-object
|
| Enum | Description |
|---|---|
| Event.EventRegion | |
| Event.EventType |
Copyright © 2015. All rights reserved.