|
Twitch SDK (Internal)
|
#include <eventtracker.h>
Public Member Functions | |
| virtual TTV_ErrorCode | TrackEvent (const std::string &eventName, const std::map< std::string, TrackingValue > &properties)=0 |
An interface clients can implement that allows the SDK to send tracking events.
|
pure virtual |
Sends a tracking event. This method may be called from any thread, so it must handle these events in a thread-safe manner.
| [in] | eventName | The name of the event to send. |
| [in] | properties | A map of the event properties to send with the event. |
Implemented in ttv::binding::java::JavaEventTrackerProxy.
1.8.13