public static final class

ContactsContract.SyncState

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

Class Overview

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

Summary

Constants
String CONTENT_DIRECTORY
Uri CONTENT_URI The content:// style URI for this table
[Expand]
Inherited Constants
From interface android.provider.BaseColumns
From interface android.provider.SyncStateContract.Columns
Public Methods
static byte[] get(ContentProviderClient provider, Account account)
static Pair<Uri, byte[]> getWithUri(ContentProviderClient provider, Account account)
static ContentProviderOperation newSetOperation(Account account, byte[] data)
static void set(ContentProviderClient provider, Account account, byte[] data)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String CONTENT_DIRECTORY

Since: API Level 5

Constant Value: "syncstate"

public static final Uri CONTENT_URI

Since: API Level 5

The content:// style URI for this table

Public Methods

public static byte[] get (ContentProviderClient provider, Account account)

Since: API Level 5

public static Pair<Uri, byte[]> getWithUri (ContentProviderClient provider, Account account)

Since: API Level 5

public static ContentProviderOperation newSetOperation (Account account, byte[] data)

Since: API Level 5

public static void set (ContentProviderClient provider, Account account, byte[] data)

Since: API Level 5