View source
enum abstract NotificationType(Null<Int>)
package openfl.desktop
Available on AIR, Android, HashLink, Linux, Neko, Windows, iOS, macOS
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:
Variables
inlineread onlyCRITICAL:NotificationType = 0
Specifies that a notification alert is critical in nature and the user should attend to it promptly.
inlineread onlyINFORMATIONAL:NotificationType = 1
Specifies that a notification alert is informational in nature and the user can safely ignore it.