ContactsContract.Groups.InterfaceConsts Class
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.
public static class ContactsContract.Groups.InterfaceConsts
type ContactsContract.Groups.InterfaceConsts = class
- Inheritance
-
ContactsContract.Groups.InterfaceConsts
Remarks
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
|
AutoAdd |
Any newly created contacts will automatically be added to groups that have this flag set to true. |
Count |
The count of rows in a directory. |
DataSet |
The data set within the account that this group belongs to. |
Deleted |
The "deleted" flag: "0" by default, "1" if the row has been marked for deletion. |
Dirty |
Flag indicating that |
Favorites |
When a contacts is marked as a favorites it will be automatically added to the groups that have this flag set, and when it is removed from favorites it will be removed from these groups. |
GroupIsReadOnly |
The "read-only" flag: "0" by default, "1" if the row cannot be modified or deleted except by a sync adapter. |
GroupVisible |
Flag indicating if the contacts belonging to this group should be visible in any user interface. |
Id |
The unique ID for a row. |
Notes |
Notes about the group. |
ResPackage |
The package name to use when creating |
ShouldSync |
Whether this group should be synced if the SYNC_EVERYTHING settings is false for this group's account. |
SourceId |
String that uniquely identifies this row to its source account. |
SummaryCount |
The total number of |
SummaryWithPhones |
The total number of |
Sync1 |
Generic column for use by sync adapters. |
Sync2 |
Generic column for use by sync adapters. |
Sync3 |
Generic column for use by sync adapters. |
Sync4 |
Generic column for use by sync adapters. |
SystemId |
The ID of this group if it is a System Group, i. |
Title |
The display title of this group. |
TitleRes |
The display title of this group to load as a resource from
|
Version |
Version number that is updated whenever this row or its related data changes. |