public static interface IoTSmart.ICountryListGetCallBack
Modifier and Type | Method and Description |
---|---|
void |
onFail(java.lang.String domain,
int code,
java.lang.String msg)
获取国家/地区列表失败
|
void |
onSucess(java.util.List<IoTSmart.Country> countryList)
获取国家成功
|
void onSucess(java.util.List<IoTSmart.Country> countryList)
countryList
- 获取的国家/地区列表void onFail(java.lang.String domain, int code, java.lang.String msg)
domain
- 错误区域code
- 错误码msg
- 错误信息