| Package | com.kongregate.air |
| Interface | public interface IStats |
| Method | Defined By | ||
|---|---|---|---|
submit(name:String, value:Number):void
Submit a statistic to the server. | IStats | ||
| submit | () | method |
public function submit(name:String, value:Number):voidSubmit 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
|