added in API level 8
public static interface

LineageWeatherManager.WeatherUpdateRequestListener

lineageos.weather.LineageWeatherManager.WeatherUpdateRequestListener

Class Overview

Interface used to receive notifications upon completion of a weather update request

Summary

Public Methods
abstract void onWeatherRequestCompleted(int status, WeatherInfo weatherInfo)
This method will be called when the weather service provider has finished processing the request

Public Methods

public abstract void onWeatherRequestCompleted (int status, WeatherInfo weatherInfo)

added in API level 8

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