to top
Android APIs
public static final class

CalendarContract.SyncState

extends Object
implements SyncStateContract.Columns
java.lang.Object
   ↳ android.provider.CalendarContract.SyncState

Class Overview

A table provided for sync adapters to use for storing private sync state data.

Summary

[Expand]
Inherited Constants
From interface android.provider.BaseColumns
From interface android.provider.SyncStateContract.Columns
Fields
public static final Uri CONTENT_URI The content:// style URI for this table
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final Uri CONTENT_URI

Added in API level 14

The content:// style URI for this table

No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.