KongStatServices Class Reference

Inherits from NSObject
Declared in KongStatServices.h

Overview

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

– submit:value:

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

- (void)submit:(NSString *)name value:(int)value

Parameters

name

The statistic name

value

The statistic value

Declared In

KongStatServices.h