| android.provider.ContactsContract.SyncColumns | 
|  Known Indirect Subclasses | 
Columns that appear when each row of a table belongs to a specific account, including sync information that an account may need.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | ACCOUNT_NAME | The name of the account instance to which this row belongs, which when paired with ACCOUNT_TYPEidentifies a specific account. | |||||||||
| String | ACCOUNT_TYPE | The type of account to which this row belongs, which when paired with ACCOUNT_NAMEidentifies a specific account. | |||||||||
| String | DIRTY | Flag indicating that VERSIONhas changed, and this row needs
 to be synchronized by its owning account. | |||||||||
| String | SOURCE_ID | String that uniquely identifies this row to its source account. | |||||||||
| String | VERSION | Version number that is updated whenever this row or its related data changes. | |||||||||
| [Expand] Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From interface
android.provider.ContactsContract.BaseSyncColumns | |||||||||||
The name of the account instance to which this row belongs, which when paired with
 ACCOUNT_TYPE identifies a specific account.
 
Type: TEXT
The type of account to which this row belongs, which when paired with
 ACCOUNT_NAME identifies a specific account.
 
Type: TEXT
Flag indicating that VERSION has changed, and this row needs
 to be synchronized by its owning account.
 
Type: INTEGER (boolean)
String that uniquely identifies this row to its source account.
Type: TEXT
Version number that is updated whenever this row or its related data changes.
Type: INTEGER