Enumeration EventLatencyValueConst

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

Enumeration Members

Enumeration Members

CostDeferred: 2

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

Immediate: 4

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

Normal: 1

Normal latency.

RealTime: 3

Real time latency.

Generated using TypeDoc