ContactsContract.ISyncColumns Interface

Definition

Columns that appear when each row of a table belongs to a specific account, including sync information that an account may need.

public interface ContactsContract.ISyncColumns
type ContactsContract.ISyncColumns = interface

Remarks

Columns that appear when each row of a table belongs to a specific account, including sync information that an account may need.

Java documentation for android.provider.ContactsContract.SyncColumns.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Fields

AccountName

The name of the account instance to which this row belongs, which when paired with #ACCOUNT_TYPE identifies a specific account.

AccountType

The type of account to which this row belongs, which when paired with #ACCOUNT_NAME identifies a specific account.

Dirty

Flag indicating that #VERSION has changed, and this row needs to be synchronized by its owning account.

SourceId

String that uniquely identifies this row to its source account.

Version

Version number that is updated whenever this row or its related data changes.

Applies to