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

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 eventIndex

Discussion

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.h

notification

PTNotification Instance of the notification. The data of the PTNotificationHistoryItem.

@property (nonatomic, readonly) PTNotification *notification

Discussion

PTNotification Instance of the notification. The data of the PTNotificationHistoryItem.

Declared In

PTNotificationHistoryItem.h

timeStamp

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 timeStamp

Discussion

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