Events API Initialization
ignore_past_events
Controls whether to ignore events that happened before initialization.
You would want to use this to only process events starting from the initialization of the eventsApp
.
Examples
var initializationOptions = {
"ignore_past_events": true
};
Values
Attribute path ignore_past_events
Default false
Type object
Possible values
true
- ignore events fired before theeventsApp
has initialized.false
- include all events fired before theeventsApp
has initialized.