ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
flash.desktop 

InvokeEventReason  - AS3

Packageflash.desktop
Classpublic final class InvokeEventReason
InheritanceInvokeEventReason Inheritance Object

Runtime Versions: AIR 1.5.1

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

Related API Elements



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
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
    

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.