| Package | com.swfjunkie.tweetr.oauth.events |
| Class | public class OAuthEvent |
| Inheritance | OAuthEvent flash.events.Event |
| Method | Defined by | ||
|---|---|---|---|
|
OAuthEvent(type:String, url:String = null, text:String = null, bubbles:Boolean = false, cancelable:Boolean = false)
| OAuthEvent | ||
|
clone():Event
| OAuthEvent | ||
| Constant | Defined by | ||||||
|---|---|---|---|---|---|---|---|
| COMPLETE : String = "complete" [static]
The event returns the following properties:
| OAuthEvent | ||||||
| ERROR : String = "error" [static]
The event returns the following properties:
| OAuthEvent | ||||||
| text | property |
public var text:String
| url | property |
public var url:String
| 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) |
| clone | () | method |
public override function clone():Event
Returns
Event |
| COMPLETE | constant |
public static const COMPLETE:String = "complete"
The event returns the following properties:
| Property | Value |
|---|---|
| url | Returns the Authorization URL when getAuthorizationRequest() was successful. |
| ERROR | constant |
public static const ERROR:String = "error"
The event returns the following properties:
| Property | Value |
|---|---|
| text | Contains an error message |