public class StatisticsReporter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
cancel |
protected String |
error |
static String |
TYPE_GRAMMAR |
static String |
TYPE_GUI |
static String |
TYPE_RUNTIME |
static String |
URL_REGISTER |
static String |
URL_SEND_STATS |
| Constructor and Description |
|---|
StatisticsReporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
String |
fetchIDFromServer() |
String |
getError() |
String |
getID() |
boolean |
submitStats(StatisticsManager sm) |
protected boolean |
submitStats(String id,
String type,
String data) |
public static final String URL_REGISTER
public static final String URL_SEND_STATS
public static final String TYPE_GUI
public static final String TYPE_GRAMMAR
public static final String TYPE_RUNTIME
protected String error
protected boolean cancel
Copyright © 2013. All rights reserved.