KongStatServices Class Reference
Inherits from | NSObject |
---|---|
Declared in | KongStatServices.h |
– 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