-
public interface IIGetHomeWetherSketchCallBack
Get home summary weather data callback.
-
-
Method Summary
Modifier and Type Method Description abstract void
onSuccess(WeatherBean result)
On success. abstract void
onFailure(String errorCode, String errorMsg)
On error. -
-
Method Detail
-
onSuccess
abstract void onSuccess(WeatherBean result)
On success.
- Parameters:
result
- WeatherBean WeatherBean
-
onFailure
abstract void onFailure(String errorCode, String errorMsg)
On error.
- Parameters:
errorCode
- error code.errorMsg
- error message.
-
-
-
-