Kongregate Mobile Unity API
Public Member Functions | List of all members
Kongregate.IStats Interface Reference

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...
 

Detailed Description

This interface is used for submitting Kongregate statistics for scores and achievements.

Member Function Documentation

◆ Submit()

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.

Parameters
nameThe statistic name
valueThe statistic value

The documentation for this interface was generated from the following file: