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]
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 6 2018, 01:12 PM -08:00