Packagecom.kongregate.air
Interfacepublic interface IStats

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



Public Methods
 MethodDefined By
  
submit(name:String, value:Number):void
Submit a statistic to the server.
IStats
Method Detail
submit()method
public function submit(name:String, value:Number):void

Submit a statistic to the server. Submissions will be queued locally and submitted to the server periodically in a background task.

Parameters

name:String — The statistic name
 
value:Number — The statistic value