Package | flash.desktop |
Class | public final class InvokeEventReason |
Inheritance | InvokeEventReason Object |
Runtime Versions: | AIR 1.5.1 |
reason
property of an InvokeEvent
object.
Related API Elements
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.
Mon Nov 28 2011, 06:48 AM -08:00