window.runtime property | window.runtime.flash.desktop.NotificationType |
Inheritance | NotificationType Object |
Runtime Versions: | 1.0 |
priority
parameter of the DockIcon bounce()
method and the type
parameter of the NativeWindow notifyUser()
method.
See also
Public Methods
Constants
Constant | Defined By | ||
---|---|---|---|
CRITICAL : String = "critical" [static]
Specifies that a notification alert is critical in nature and the user should attend to it promptly. | NotificationType | ||
INFORMATIONAL : String = "informational" [static]
Specifies that a notification alert is informational in nature and the user can safely ignore it. | NotificationType |
Constant Detail
CRITICAL | Constant |
public static const CRITICAL:String = "critical"
Runtime Versions: | 1.0 |
Specifies that a notification alert is critical in nature and the user should attend to it promptly.
INFORMATIONAL | Constant |
public static const INFORMATIONAL:String = "informational"
Runtime Versions: | 1.0 |
Specifies that a notification alert is informational in nature and the user can safely ignore it.
Thu Sep 29 2011, 02:34 AM -07:00