Package | flash.desktop |
Class | public final class NotificationType |
Inheritance | NotificationType ![]() |
priority
parameter of the DockIcon bounce()
method and the type
parameter of the NativeWindow notifyUser()
method.
See also
Constant | Defined By | ||
---|---|---|---|
![]() [static]
Specifies that a notification alert is critical in nature and the user should attend to it promptly. | NotificationType | ||
![]() [static]
Specifies that a notification alert is informational in nature and the user can safely ignore it. | NotificationType |
![]() | Constant |
public static const CRITICAL:String = "critical"
Specifies that a notification alert is critical in nature and the user should attend to it promptly.
![]() | Constant |
public static const INFORMATIONAL:String = "informational"
Specifies that a notification alert is informational in nature and the user can safely ignore it.