ContactsContract.IGroupsColumns 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.
public interface ContactsContract.IGroupsColumns
type ContactsContract.IGroupsColumns = interface
Remarks
Java documentation for android.provider.ContactsContract.GroupsColumns
.
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
AutoAdd |
Any newly created contacts will automatically be added to groups that have this flag set to true. |
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. |
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. |
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. |
SummaryCount |
The total number of |
SummaryWithPhones |
The total number of |
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
|