window.runtime propertywindow.runtime.flash.desktop.NotificationType
Runtime Versions:  1.0

The NotificationType class defines constants for use in the priority parameter of the DockIcon bounce() method and the type parameter of the NativeWindow notifyUser() method.

See also

DockIcon.bounce()
NativeWindow.notifyUser()


Constants
 ConstantDefined 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
CRITICALConstant
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.

INFORMATIONALConstant 
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.