public class StatisticsController extends BaseController
httpCallBack| Constructor and Description |
|---|
StatisticsController() |
| Modifier and Type | Method and Description |
|---|---|
static StatisticsController |
getInstance()
Singleton pattern implementation
|
String |
getSmsStatistics()
Get sms statistics
|
void |
getSmsStatisticsAsync(APICallBack<String> callBack)
Get sms statistics
|
String |
getVoiceStatistics()
Get voice statistics
|
void |
getVoiceStatisticsAsync(APICallBack<String> callBack)
Get voice statistics
|
getClientInstance, getHttpCallBack, setClientInstance, setHttpCallBack, validateResponsepublic static StatisticsController getInstance()
public String getVoiceStatistics() throws Throwable
Throwablepublic void getVoiceStatisticsAsync(APICallBack<String> callBack)
public String getSmsStatistics() throws Throwable
Throwablepublic void getSmsStatisticsAsync(APICallBack<String> callBack)
Copyright © 2017. All rights reserved.