PTNotificationHistoryItem Class Reference
| Inherits from | NSObject |
| Declared in | PTNotificationHistoryItem.h |
Overview
PTNotificationHistoryItem class.
Defines an entry in the list of PTNotificationHistory and holds the notification together with its timestamp
Tasks
-
notificationPTNotification Instance of the notification. The data of the PTNotificationHistoryItem.
property -
eventIndexlong long Unique index value that is automatically incremented as events are being added to the PTNotificationHistory. This value is useful for logging.
property -
timeStamplong long A millisecond accurate time stamp value representing the system time associated to the instant when the entry is added to the PTNotificationHistory.
property
Properties
eventIndex
long long Unique index value that is automatically incremented as events are being added to the PTNotificationHistory. This value is useful for logging.
@property (nonatomic, readonly) long long eventIndexDiscussion
long long Unique index value that is automatically incremented as events are being added to the PTNotificationHistory. This value is useful for logging.
Declared In
PTNotificationHistoryItem.hnotification
PTNotification Instance of the notification. The data of the PTNotificationHistoryItem.
@property (nonatomic, readonly) PTNotification *notificationDiscussion
PTNotification Instance of the notification. The data of the PTNotificationHistoryItem.
Declared In
PTNotificationHistoryItem.htimeStamp
long long A millisecond accurate time stamp value representing the system time associated to the instant when the entry is added to the PTNotificationHistory.
@property (nonatomic, readonly) long long timeStampDiscussion
long long A millisecond accurate time stamp value representing the system time associated to the instant when the entry is added to the PTNotificationHistory.
Declared In
PTNotificationHistoryItem.h