Package | flash.desktop |
Class | public final class NotificationType |
Inheritance | NotificationType Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 |
priority
parameter of the DockIcon bounce()
method and the type
parameter of the NativeWindow notifyUser()
method.
See also
Public Properties
Public Methods
Public 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"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 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"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 |
Specifies that a notification alert is informational in nature and the user can safely ignore it.
Fri Mar 19 2010, 02:45 AM -07:00