Package | com.milkmangames.nativeextensions.events |
Class | public class GVMailEvent |
Inheritance | GVMailEvent ![]() |
Property | Defined By | ||
---|---|---|---|
errorCode : int The Error code associated with this event | GVMailEvent | ||
errorMessage : String The error message associated with this event | GVMailEvent |
Method | Defined By | ||
---|---|---|---|
GVMailEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false) Create New GVMailEvent | GVMailEvent | ||
clone():Event [override]
| GVMailEvent | ||
toString():String [override]
| GVMailEvent |
Constant | Defined 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 |
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
GVMailEvent | () | Constructor |
public function GVMailEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
Create New GVMailEvent
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 |
MAIL_CANCELED | Constant |
public static const MAIL_CANCELED:String = gvMailCancelled
Dispatched when a mail dialog is cancelled
MAIL_FAILED | Constant |
public static const MAIL_FAILED:String = gvMailFailed
Dispatched when an email dialog fails
MAIL_SAVED | Constant |
public static const MAIL_SAVED:String = gvMailSaved
Dispatched when the user saves an email
MAIL_SENT | Constant |
public static const MAIL_SENT:String = gvMailSent
Dispatched when the user sends an email