#include <java_eventtrackerproxy.h>
◆ JavaEventTrackerProxy()
| ttv::binding::java::JavaEventTrackerProxy::JavaEventTrackerProxy |
( |
| ) |
|
◆ GetListener()
◆ SetListener()
◆ TrackEvent()
| virtual TTV_ErrorCode ttv::binding::java::JavaEventTrackerProxy::TrackEvent |
( |
const std::string & |
eventName, |
|
|
const std::map< std::string, TrackingValue > & |
properties |
|
) |
| |
|
overridevirtual |
Sends a tracking event. This method may be called from any thread, so it must handle these events in a thread-safe manner.
- Parameters
-
| [in] | eventName | The name of the event to send. |
| [in] | properties | A map of the event properties to send with the event. |
- Returns
- An error code indicating the result of sending the tracking event. TTV_EC_SUCCESS - Sending the event succeeded TTV_EC_HTTPREQUEST_ERROR - The event failed to send due to an HTTP error.
Implements ttv::IEventTracker.
◆ mJavaListener
◆ mListenerInfo
The documentation for this class was generated from the following file: