| Package | com.milkmangames.nativeextensions.events |
| Class | public class GVTwitterEvent |
| Inheritance | GVTwitterEvent flash.events.Event |
| Property | Defined By | ||
|---|---|---|---|
| errorCode : int The Error code associated with this event | GVTwitterEvent | ||
| errorMessage : String The error message associated with this event | GVTwitterEvent | ||
| Method | Defined By | ||
|---|---|---|---|
GVTwitterEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false) Create New GVTWitterEvent | GVTwitterEvent | ||
clone():Event [override]
| GVTwitterEvent | ||
toString():String [override]
| GVTwitterEvent | ||
| Constant | Defined By | ||
|---|---|---|---|
| TW_DIALOG_CANCELED : String = gvTwDialogCancelled [static] Dispatched when a Twitter Dialog was cancelled
| GVTwitterEvent | ||
| TW_DIALOG_FAILED : String = gvTwDialogFailed [static] Dispatched when a Twitter Dialog has Failed
| GVTwitterEvent | ||
| TW_DIALOG_FINISHED : String = gvTwDialogFinished [static] Dispatched when a Twitter Dialog is Finished
| GVTwitterEvent | ||
| errorCode | property |
public var errorCode:intThe Error code associated with this event
| errorMessage | property |
public var errorMessage:StringThe error message associated with this event
| GVTwitterEvent | () | Constructor |
public function GVTwitterEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)Create New GVTWitterEvent
Parameterstype:String | |
bubbles:Boolean (default = false) | |
cancelable:Boolean (default = false) |
| clone | () | method |
override public function clone():EventReturns
Event |
| toString | () | method |
override public function toString():StringReturns
String |
| TW_DIALOG_CANCELED | Constant |
public static const TW_DIALOG_CANCELED:String = gvTwDialogCancelledDispatched when a Twitter Dialog was cancelled
| TW_DIALOG_FAILED | Constant |
public static const TW_DIALOG_FAILED:String = gvTwDialogFailedDispatched when a Twitter Dialog has Failed
| TW_DIALOG_FINISHED | Constant |
public static const TW_DIALOG_FINISHED:String = gvTwDialogFinishedDispatched when a Twitter Dialog is Finished