Packagecom.swfjunkie.tweetr.oauth.events
Classpublic class OAuthEvent
InheritanceOAuthEvent Inheritance flash.events.Event

Event Class Description



Public Properties
 PropertyDefined by
  text : String
OAuthEvent
  url : String
OAuthEvent
Public Methods
 MethodDefined by
  
OAuthEvent(type:String, url:String = null, text:String = null, bubbles:Boolean = false, cancelable:Boolean = false)
OAuthEvent
  
clone():Event
OAuthEvent
Public Constants
 ConstantDefined by
  COMPLETE : String = "complete"
[static]

The event returns the following properties:

PropertyValue
urlReturns the Authorization URL when getAuthorizationRequest() was successful.
OAuthEvent
  ERROR : String = "error"
[static]

The event returns the following properties:

PropertyValue
textContains an error message
OAuthEvent
Property detail
textproperty
public var text:String
urlproperty 
public var url:String
Constructor detail
OAuthEvent()constructor
public function OAuthEvent(type:String, url:String = null, text:String = null, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String
 
url:String (default = null)
 
text:String (default = null)
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method detail
clone()method
public override function clone():Event

Returns
Event
Constant detail
COMPLETEconstant
public static const COMPLETE:String = "complete"

The event returns the following properties:

PropertyValue
urlReturns the Authorization URL when getAuthorizationRequest() was successful.
ERRORconstant 
public static const ERROR:String = "error"

The event returns the following properties:

PropertyValue
textContains an error message




comments powered by Disqus