| Package | com.adobe.mediacore.notifications |
| Class | public class NotificationHistoryItem |
| Inheritance | NotificationHistoryItem Object |
See also
| Property | Defined By | ||
|---|---|---|---|
| index : uint [read-only]
This is an simple integer value that is automatically incremented as events are being added to the NotificationHistory internal notification list. | NotificationHistoryItem | ||
| notification : Notification [read-only]
The actual notification. | NotificationHistoryItem | ||
| timestamp : Date [read-only]
A time stamp representing the system time associated to the instant when the entry is added to the NotificationHistory internal list. | NotificationHistoryItem | ||
| Method | Defined By | ||
|---|---|---|---|
NotificationHistoryItem(notification:Notification)
Default constructor. | NotificationHistoryItem | ||
| index | property |
index:uint [read-only] This is an simple integer value that is automatically incremented as events are being added to the NotificationHistory internal notification list.
public function get index():uint| notification | property |
notification:Notification [read-only] The actual notification.
public function get notification():Notification| timestamp | property |
timestamp:Date [read-only] A time stamp representing the system time associated to the instant when the entry is added to the NotificationHistory internal list.
public function get timestamp():Date| NotificationHistoryItem | () | Constructor |
public function NotificationHistoryItem(notification:Notification)Default constructor.
Parametersnotification:Notification — notification wrapped in this item.
|