lastNotificationTime property

int? lastNotificationTime
getter/setter pair

The timestamp, in milliseconds since epoch, to be used when building the monitor command. When lastNotificationTime is supplied, server will only send notifications received at or after that timestamp

Implementation

int? lastNotificationTime;