lineageos.weather.LineageWeatherManager.LookupCityRequestListener |
Interface used to receive notifications upon completion of a request to lookup a city name
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 |
locations |
List : A list of WeatherLocation if the status is
COMPLETED , null otherwise
|