Packagetwitter.api.events
Classpublic class TwitterEvent
InheritanceTwitterEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  data : Object
TwitterEvent
Public Methods
 MethodDefined by
  
TwitterEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
TwitterEvent
Public Constants
 ConstantDefined 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
Property detail
dataproperty
public var data:Object
Constructor detail
TwitterEvent()constructor
public function TwitterEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Constant detail
FAILconstant
public static const FAIL:String = "fail"
ON_DESOTRYconstant 
public static const ON_DESOTRY:String = "onDestroy"
ON_DIRECT_MESSAGE_SENTconstant 
public static const ON_DIRECT_MESSAGE_SENT:String = "onDmSent"
ON_END_SESSIONconstant 
public static const ON_END_SESSION:String = "onEndSession"
ON_ERRORconstant 
public static const ON_ERROR:String = "onError"
ON_FEATUREDconstant 
public static const ON_FEATURED:String = "onFeatured"
ON_FOLLOWERSconstant 
public static const ON_FOLLOWERS:String = "onFollowers"
ON_FOLLOWERS_IDSconstant 
public static const ON_FOLLOWERS_IDS:String = "onFollowersIds"
ON_FRIENDS_IDSconstant 
public static const ON_FRIENDS_IDS:String = "onFriendsIds"
ON_FRIENDS_RESULTconstant 
public static const ON_FRIENDS_RESULT:String = "onFriendsResult"
ON_FRIENDS_TIMELINE_RESULTconstant 
public static const ON_FRIENDS_TIMELINE_RESULT:String = "onFriendsTimelineResult"
ON_GET_DIRECT_MESSAGESconstant 
public static const ON_GET_DIRECT_MESSAGES:String = "onGetDms"
ON_GET_SENT_DIRECT_MESSAGEconstant 
public static const ON_GET_SENT_DIRECT_MESSAGE:String = "onGetSentDirectMessage"
ON_PUBLIC_TIMELINE_RESULTconstant 
public static const ON_PUBLIC_TIMELINE_RESULT:String = "onPublicTimelineResult"
ON_RATE_LIMIT_STATUSconstant 
public static const ON_RATE_LIMIT_STATUS:String = "onRateLimitStatus"
ON_REPLIESconstant 
public static const ON_REPLIES:String = "onReplies"
ON_SEARCHconstant 
public static const ON_SEARCH:String = "onSearch"
ON_SET_MOBILE_NOTIFICATIONSconstant 
public static const ON_SET_MOBILE_NOTIFICATIONS:String = "onSetMobileNotifications"
ON_SET_STATUSconstant 
public static const ON_SET_STATUS:String = "onSetStatus"
ON_SHOW_INFOconstant 
public static const ON_SHOW_INFO:String = "onShowInfo"
ON_SHOW_STATUSconstant 
public static const ON_SHOW_STATUS:String = "onShowStatus"
ON_UPDATE_LOCATIONconstant 
public static const ON_UPDATE_LOCATION:String = "onUpdateLocation"
ON_USER_TIMELINE_RESULTconstant 
public static const ON_USER_TIMELINE_RESULT:String = "onUserTimelineResult"
ON_VERIFYconstant 
public static const ON_VERIFY:String = "onVerify"
SUCCESSconstant 
public static const SUCCESS:String = "success"