(Beta)
Package | flash.notifications |
Class | public final class NotificationStyle |
Inheritance | NotificationStyle Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 3.4 |
RemoteNotifier
class.
Each of these constants represents a style of notification.
Related API Elements
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
ALERT : String = "alert" [static]
A notification style to display an alert box upon receiving a notification. | NotificationStyle | ||
BADGE : String = "badge" [static]
A notification style that updates the icon of the application with a number/image
upon receiving a notification. | NotificationStyle | ||
SOUND : String = "sound" [static]
A notification style to play sound upon receiving a notification. | NotificationStyle |
Constant Detail
ALERT | Constant |
public static const ALERT:String = "alert"
Runtime Versions: | AIR 3.4 |
A notification style to display an alert box upon receiving a notification.
BADGE | Constant |
public static const BADGE:String = "badge"
Runtime Versions: | AIR 3.4 |
A notification style that updates the icon of the application with a number/image upon receiving a notification.
SOUND | Constant |
public static const SOUND:String = "sound"
Runtime Versions: | AIR 3.4 |
A notification style to play sound upon receiving a notification.
Wed Nov 21 2018, 06:34 AM -08:00