Packageflash.desktop
Classpublic final class InvokeEventReason
InheritanceInvokeEventReason Inheritance Object

Runtime version: AIR 1.5.1

The InvokeEventReason class enumerates values returned by the reason property of an InvokeEvent object.

See also

flash.events.InvokeEvent.reason


Public Properties
 PropertyDefined by
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined by
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined 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
LOGINconstant
public static const LOGIN:String = "login"

Runtime version: AIR 1.5.1

Desktop only; indicates that the InvokeEvent event occurred due to the user logging in.

NOTIFICATIONconstant 
public static const NOTIFICATION:String = "notification"

Runtime version: AIR 3.5

iOS only; indicates that the InvokeEvent occurred because the application was invoked on receiving a remote notification

OPEN_URLconstant 
public static const OPEN_URL:String = "openUrl"

Runtime version: AIR 3.5

Mobile only; indicates that the InvokeEvent occurred because the application was invoked by another application or by the system.

STANDARDconstant 
public static const STANDARD:String = "standard"

Runtime version: AIR 1.5.1

Indicates that the InvokeEvent occured for any reason other than login or open url.