Kongregate Mobile Unity API
|
This interface is used for submitting Kongregate statistics for scores and achievements. More...
Public Member Functions | |
void | Submit (string name, long value) |
Submit a statistic to the server. More... | |
This interface is used for submitting Kongregate statistics for scores and achievements.
void Kongregate.IStats.Submit | ( | string | name, |
long | value | ||
) |
Submit a statistic to the server.
Submissions will be queued locally and submitted to the server periodically in a background task.
name | The statistic name |
value | The statistic value |