Static methods

@:value({ isCritical : false })staticbounceDockIcon(isCritical:Bool = false):Void

Bounces the Dock icon if the app window is not in the foreground. Check supportsDockBounceIcon() to determine if icon bounce is supported on the current platform. (Currently only macOS supports it, it doesn't do anything on other platforms)

Parameters:

isCritical

If false, the Dock icon will bounce once, if true, it will bounce until the application is activated

staticsupportsBounceDockIcon():Bool

Returns true if Dock icon bounce is supported on the current platform

Returns:

Bool