Packagecom.milkmangames.nativeextensions.ios.events
Classpublic class GVTwitterEvent
InheritanceGVTwitterEvent Inheritance flash.events.Event

GoViral TwitterEvent



Public Properties
 PropertyDefined By
  errorCode : int
The Error code associated with this event
GVTwitterEvent
  errorMessage : String
The error message associated with this event
GVTwitterEvent
Public Methods
 MethodDefined By
  
GVTwitterEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Create New GVTWitterEvent
GVTwitterEvent
  
clone():Event
[override]
GVTwitterEvent
  
toString():String
[override]
GVTwitterEvent
Public Constants
 ConstantDefined 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
Property Detail
errorCodeproperty
public var errorCode:int

The Error code associated with this event

errorMessageproperty 
public var errorMessage:String

The error message associated with this event

Constructor Detail
GVTwitterEvent()Constructor
public function GVTwitterEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)

Create New GVTWitterEvent

Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method Detail
clone()method
override public function clone():Event

Returns
Event
toString()method 
override public function toString():String

Returns
String
Constant Detail
TW_DIALOG_CANCELEDConstant
public static const TW_DIALOG_CANCELED:String = gvTwDialogCancelled

Dispatched when a Twitter Dialog was cancelled

TW_DIALOG_FAILEDConstant 
public static const TW_DIALOG_FAILED:String = gvFbDialogFailed

Dispatched when a Twitter Dialog has Failed

TW_DIALOG_FINISHEDConstant 
public static const TW_DIALOG_FINISHED:String = gvTwDialogFinished

Dispatched when a Twitter Dialog is Finished