Class: RecordedEvent

RecordedEvent

Store the information for a published event, including the time was sent.

RecordedEvent(timeStamp, eventName, params)

Initialize an instance of the current class using the new keyword along with this constructor.
Parameters:
Name Type Description
timeStamp int The time the event was published
eventName string The event name
params Array The parameters passed in with the event