|
static auto | interfaceId () |
|
◆ key()
virtual const char* nx::sdk::analytics::IEventMetadata::key |
( |
| ) |
const |
|
pure virtual |
Optional property used to identify duplicates of state-dependent Events which are isActive.
State-dependent (prolonged) Events allow for duplicate EventMetadata instances that denote the beginning of the Event (with isActive() being true) - all such duplicates except the first one are ignored by the Server. To be able to do so, the Server uses a key to identify such duplicates, which consists of the Event's type id, track id (if specified) and this property (if specified).
The documentation for this class was generated from the following file: