| Package | flash.desktop |
| Class | public final class NotificationType |
| Inheritance | NotificationType Object |
| Language version: | ActionScript 3.0 |
| Runtime version: | AIR 1.0 |
priority
parameter of the DockIcon bounce() method and the type
parameter of the NativeWindow notifyUser() method.
See also
| 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 | ||
| CRITICAL | constant |
public static const CRITICAL:String = "critical"
| Language version: | ActionScript 3.0 |
| Runtime version: | 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 version: | AIR 1.0 |
Specifies that a notification alert is informational in nature and the user can safely ignore it.