ContactsContract.ISyncColumns Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|
AccountType |
The type of account to which this row belongs, which when paired with
|
Dirty |
Flag indicating that |
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. |