public class DimensionQueue
extends java.lang.Object
| Constructor and Description |
|---|
DimensionQueue(Tracker tracker) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int id,
java.lang.String value)
The added id-value-pair will be injected into the next tracked event,
if that events slot for this ID is still empty.
|
public DimensionQueue(Tracker tracker)