| Property | Defined by | ||
|---|---|---|---|
| data : Object | TwitterEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
TwitterEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
| TwitterEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| FAIL : String = "fail" [static]
| TwitterEvent | ||
| ON_DESOTRY : String = "onDestroy" [static]
| TwitterEvent | ||
| ON_DIRECT_MESSAGE_SENT : String = "onDmSent" [static]
| TwitterEvent | ||
| ON_END_SESSION : String = "onEndSession" [static]
| TwitterEvent | ||
| ON_ERROR : String = "onError" [static]
| TwitterEvent | ||
| ON_FEATURED : String = "onFeatured" [static]
| TwitterEvent | ||
| ON_FOLLOWERS : String = "onFollowers" [static]
| TwitterEvent | ||
| ON_FOLLOWERS_IDS : String = "onFollowersIds" [static]
| TwitterEvent | ||
| ON_FRIENDS_IDS : String = "onFriendsIds" [static]
| TwitterEvent | ||
| ON_FRIENDS_RESULT : String = "onFriendsResult" [static]
| TwitterEvent | ||
| ON_FRIENDS_TIMELINE_RESULT : String = "onFriendsTimelineResult" [static]
| TwitterEvent | ||
| ON_GET_DIRECT_MESSAGES : String = "onGetDms" [static]
| TwitterEvent | ||
| ON_GET_SENT_DIRECT_MESSAGE : String = "onGetSentDirectMessage" [static]
| TwitterEvent | ||
| ON_PUBLIC_TIMELINE_RESULT : String = "onPublicTimelineResult" [static]
| TwitterEvent | ||
| ON_RATE_LIMIT_STATUS : String = "onRateLimitStatus" [static]
| TwitterEvent | ||
| ON_REPLIES : String = "onReplies" [static]
| TwitterEvent | ||
| ON_SEARCH : String = "onSearch" [static]
| TwitterEvent | ||
| ON_SET_MOBILE_NOTIFICATIONS : String = "onSetMobileNotifications" [static]
| TwitterEvent | ||
| ON_SET_STATUS : String = "onSetStatus" [static]
| TwitterEvent | ||
| ON_SHOW_INFO : String = "onShowInfo" [static]
| TwitterEvent | ||
| ON_SHOW_STATUS : String = "onShowStatus" [static]
| TwitterEvent | ||
| ON_UPDATE_LOCATION : String = "onUpdateLocation" [static]
| TwitterEvent | ||
| ON_USER_TIMELINE_RESULT : String = "onUserTimelineResult" [static]
| TwitterEvent | ||
| ON_VERIFY : String = "onVerify" [static]
| TwitterEvent | ||
| SUCCESS : String = "success" [static]
| TwitterEvent | ||
| data | property |
public var data:Object
| TwitterEvent | () | constructor |
public function TwitterEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| FAIL | constant |
public static const FAIL:String = "fail"
| ON_DESOTRY | constant |
public static const ON_DESOTRY:String = "onDestroy"
| ON_DIRECT_MESSAGE_SENT | constant |
public static const ON_DIRECT_MESSAGE_SENT:String = "onDmSent"
| ON_END_SESSION | constant |
public static const ON_END_SESSION:String = "onEndSession"
| ON_ERROR | constant |
public static const ON_ERROR:String = "onError"
| ON_FEATURED | constant |
public static const ON_FEATURED:String = "onFeatured"
| ON_FOLLOWERS | constant |
public static const ON_FOLLOWERS:String = "onFollowers"
| ON_FOLLOWERS_IDS | constant |
public static const ON_FOLLOWERS_IDS:String = "onFollowersIds"
| ON_FRIENDS_IDS | constant |
public static const ON_FRIENDS_IDS:String = "onFriendsIds"
| ON_FRIENDS_RESULT | constant |
public static const ON_FRIENDS_RESULT:String = "onFriendsResult"
| ON_FRIENDS_TIMELINE_RESULT | constant |
public static const ON_FRIENDS_TIMELINE_RESULT:String = "onFriendsTimelineResult"
| ON_GET_DIRECT_MESSAGES | constant |
public static const ON_GET_DIRECT_MESSAGES:String = "onGetDms"
| ON_GET_SENT_DIRECT_MESSAGE | constant |
public static const ON_GET_SENT_DIRECT_MESSAGE:String = "onGetSentDirectMessage"
| ON_PUBLIC_TIMELINE_RESULT | constant |
public static const ON_PUBLIC_TIMELINE_RESULT:String = "onPublicTimelineResult"
| ON_RATE_LIMIT_STATUS | constant |
public static const ON_RATE_LIMIT_STATUS:String = "onRateLimitStatus"
| ON_REPLIES | constant |
public static const ON_REPLIES:String = "onReplies"
| ON_SEARCH | constant |
public static const ON_SEARCH:String = "onSearch"
| ON_SET_MOBILE_NOTIFICATIONS | constant |
public static const ON_SET_MOBILE_NOTIFICATIONS:String = "onSetMobileNotifications"
| ON_SET_STATUS | constant |
public static const ON_SET_STATUS:String = "onSetStatus"
| ON_SHOW_INFO | constant |
public static const ON_SHOW_INFO:String = "onShowInfo"
| ON_SHOW_STATUS | constant |
public static const ON_SHOW_STATUS:String = "onShowStatus"
| ON_UPDATE_LOCATION | constant |
public static const ON_UPDATE_LOCATION:String = "onUpdateLocation"
| ON_USER_TIMELINE_RESULT | constant |
public static const ON_USER_TIMELINE_RESULT:String = "onUserTimelineResult"
| ON_VERIFY | constant |
public static const ON_VERIFY:String = "onVerify"
| SUCCESS | constant |
public static const SUCCESS:String = "success"