Switchboard SDK
Loading...
Searching...
No Matches
switchboard::Event Struct Reference

Represents an event that can be emitted and listened to. More...

#include <Event.hpp>

Public Attributes

std::string id
 Unique identifier for the event.
std::string objectID
 Unique identifier for the object emitting the event.
std::string name
 Name of the event.
int64_t timestamp
 Timestamp of when the event was created (in milliseconds since epoch)
EventData data
 Data associated with the event.

Detailed Description

Represents an event that can be emitted and listened to.


The documentation for this struct was generated from the following file: