Package | com.milkmangames.nativeextensions.ios.events |
Class | public class GVTwitterEvent |
Inheritance | GVTwitterEvent ![]() |
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 = gvFbDialogFailed [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:int
The Error code associated with this event
errorMessage | property |
public var errorMessage:String
The 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():Event
Returns
Event |
toString | () | method |
override public function toString():String
Returns
String |
TW_DIALOG_CANCELED | Constant |
public static const TW_DIALOG_CANCELED:String = gvTwDialogCancelled
Dispatched when a Twitter Dialog was cancelled
TW_DIALOG_FAILED | Constant |
public static const TW_DIALOG_FAILED:String = gvFbDialogFailed
Dispatched when a Twitter Dialog has Failed
TW_DIALOG_FINISHED | Constant |
public static const TW_DIALOG_FINISHED:String = gvTwDialogFinished
Dispatched when a Twitter Dialog is Finished