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 |