Package | flash.desktop |
Class | public final class InvokeEventReason |
Inheritance | InvokeEventReason Object |
Runtime Versions: | AIR 1.5.1 |
reason
property of an InvokeEvent
object.
See also
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
LOGIN : String = "login" [static]
Indicates that the InvokeEvent event occurred due to the user logging in. | InvokeEventReason | ||
STANDARD : String = "standard" [static]
Indicates that the InvokeEvent occured for any reason other than login. | InvokeEventReason |
Constant Detail
LOGIN | Constant |
public static const LOGIN:String = "login"
Runtime Versions: | AIR 1.5.1 |
Indicates that the InvokeEvent event occurred due to the user logging in.
STANDARD | Constant |
public static const STANDARD:String = "standard"
Runtime Versions: | AIR 1.5.1 |
Indicates that the InvokeEvent occured for any reason other than login.
Fri Mar 19 2010, 02:45 AM -07:00