Enumeration EventLatencyValueConst

The EventLatency contains a set of values that specify the latency with which an event is sent.

Enumeration Members

CostDeferred

Cost deferred latency. At the moment this latency is treated as Normal latency.

Immediate

Bypass normal batching/timing and send as soon as possible, this will still send asynchronously. Added in v3.1.1

Normal

Normal latency.

RealTime

Real time latency.