Language version: | ActionScript 3.0 |
The NotificationStyle class defines constants for the styles of notifications supported by
RemoteNotifier
class.
Each of these constants represents a style of notification.
public static const ALERT:String = "alert"
A notification style to display an alert box upon receiving a notification.
public static const BADGE:String = "badge"
A notification style that updates the icon of the application with a number/image
upon receiving a notification.
public static const SOUND:String = "sound"
A notification style to play sound upon receiving a notification.
© 2004-2022 Adobe Systems Incorporated. All rights reserved.
Wed Sep 28 2022, 6:12 PM GMT+01:00