public class

WeatherContract

extends Object
java.lang.Object
   ↳ lineageos.providers.WeatherContract

Class Overview

The contract between the weather provider and applications.

Summary

Nested Classes
class WeatherContract.WeatherColumns  
Constants
String AUTHORITY The authority of the weather content provider
Fields
public static final Uri AUTHORITY_URI A content:// style uri to the authority for the weather provider
Public Constructors
WeatherContract()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String AUTHORITY

added in API level 5

The authority of the weather content provider

Constant Value: "org.lineageos.weather"

Fields

public static final Uri AUTHORITY_URI

added in API level 5

A content:// style uri to the authority for the weather provider

Public Constructors

public WeatherContract ()

added in API level 5