public Track ( string id, bool anonymous, string eventName ) : void | ||
id | string | |
anonymous | bool | |
eventName | string | The event name you are tracking. It is recommended /// that it is in human readable form. For example, "Bought T-Shirt" /// or "Started an exercise" |
Результат | void |