Packagecom.adobe.mediacore.notifications
Classpublic class NotificationHistoryItem
InheritanceNotificationHistoryItem Inheritance Object

Defines an entry in the circular list in NotificationHistory and holds the notification together with other helper members.

See also

NotificationHistory


Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
Default constructor.
NotificationHistoryItem
Property Detail
indexproperty
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.


Implementation
    public function get index():uint
notificationproperty 
notification:Notification  [read-only]

The actual notification.


Implementation
    public function get notification():Notification
timestampproperty 
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.


Implementation
    public function get timestamp():Date
Constructor Detail
NotificationHistoryItem()Constructor
public function NotificationHistoryItem(notification:Notification)

Default constructor.

Parameters
notification:Notification — notification wrapped in this item.