Packagecom.milkmangames.nativeextensions.ios.events
Classpublic class GVMailEvent
InheritanceGVMailEvent Inheritance flash.events.Event

GoViral Mail Event



Public Properties
 PropertyDefined By
  errorCode : int
The Error code associated with this event
GVMailEvent
  errorMessage : String
The error message associated with this event
GVMailEvent
Public Methods
 MethodDefined By
  
GVMailEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Create New GVMailEvent
GVMailEvent
  
clone():Event
[override]
GVMailEvent
  
toString():String
[override]
GVMailEvent
Public Constants
 ConstantDefined By
  MAIL_CANCELED : String = gvMailCancelled
[static] Dispatched when a mail dialog is cancelled
GVMailEvent
  MAIL_FAILED : String = gvMailFailed
[static] Dispatched when an email dialog fails
GVMailEvent
  MAIL_SAVED : String = gvMailSaved
[static] Dispatched when the user saves an email
GVMailEvent
  MAIL_SENT : String = gvMailSent
[static] Dispatched when the user sends an email
GVMailEvent
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
GVMailEvent()Constructor
public function GVMailEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)

Create New GVMailEvent

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
MAIL_CANCELEDConstant
public static const MAIL_CANCELED:String = gvMailCancelled

Dispatched when a mail dialog is cancelled

MAIL_FAILEDConstant 
public static const MAIL_FAILED:String = gvMailFailed

Dispatched when an email dialog fails

MAIL_SAVEDConstant 
public static const MAIL_SAVED:String = gvMailSaved

Dispatched when the user saves an email

MAIL_SENTConstant 
public static const MAIL_SENT:String = gvMailSent

Dispatched when the user sends an email