| 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
| Property | Defined By | ||
|---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | |
Public Methods
| Method | Defined By | ||
|---|---|---|---|
![]() |
Indicates whether an object has a specified property defined. | Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | |
![]() |
Indicates whether the specified property exists and is enumerable. | Object | |
![]() |
Sets the availability of a dynamic property for loop operations. | Object | |
![]() |
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | |
![]() |
Returns the string representation of the specified object. | Object | |
![]() |
Returns the primitive value of the specified object. | Object | |
Public Constants
| Constant | Defined By | ||
|---|---|---|---|
| LOGIN : String = "login" [static]
Desktop only; indicates that the InvokeEvent event occurred due to the user logging in. | InvokeEventReason | ||
| NOTIFICATION : String = "notification" [static]
iOS only; indicates that the InvokeEvent occurred because the application was invoked on receiving a remote notification
| InvokeEventReason | ||
| OPEN_URL : String = "openUrl" [static]
Mobile only; indicates that the InvokeEvent occurred because the application was invoked by another application or by the system. | InvokeEventReason | ||
| STANDARD : String = "standard" [static]
Indicates that the InvokeEvent occured for any reason other than login or open url. | InvokeEventReason | ||
Constant Detail
LOGIN | Constant |
public static const LOGIN:String = "login"| Runtime Versions: | AIR 1.5.1 |
Desktop only; indicates that the InvokeEvent event occurred due to the user logging in.
NOTIFICATION | Constant |
public static const NOTIFICATION:String = "notification"| Runtime Versions: | AIR 3.5 |
iOS only; indicates that the InvokeEvent occurred because the application was invoked on receiving a remote notification
OPEN_URL | Constant |
public static const OPEN_URL:String = "openUrl"| Runtime Versions: | AIR 3.5 |
Mobile only; indicates that the InvokeEvent occurred because the application was invoked by another application or by the system.
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 or open url.
Thu Dec 4 2014, 05:50 PM -08:00
