SendGenericEvent
This function queues a user-defined event. You can include an optional numerical value.
Syntax
- static bool SendGenericEvent(const std::string& eventid)
- static bool SendGenericEvent(const std::string& eventid, const float value)
Parameters
- eventid: a name for the event being sent.
- value: an optional value to set for the event.
Returns
Returns true if analytics are enabled, otherwise false is returned.