public class

WeatherContract

extends Object
java.lang.Object
   ↳ cyanogenmod.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: "com.cyanogenmod.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