- Allow
logEvent
with a custom timestamp (milliseconds since epoch). If the timestamp value isnil
, then the event is timestamped with the current time. If setting a custom timestamp, you should use[NSNumber numberWithLongLong:milliseconds]
. See iOS documentation for more details.