lineageos.weather.LineageWeatherManager.WeatherUpdateRequestListener |
Interface used to receive notifications upon completion of a weather update request
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method will be called when the weather service provider has finished processing the
request
|
This method will be called when the weather service provider has finished processing the request
Parameters | |
---|---|
status |
int : See LineageWeatherManager.RequestStatus |
weatherInfo |
WeatherInfo : A fully populated WeatherInfo if state is
COMPLETED , null otherwise
|