Android
android.provider
public static final class

android.provider.Contacts.GroupMembership

java.lang.Object
android.provider.Contacts.GroupMembership BaseColumns Contacts.GroupsColumns

Summary

Constants

      Value  
String  CONTENT_DIRECTORY  The directory twig for this sub-table   "groupmembership" 
String  CONTENT_ITEM_TYPE  The MIME type of a CONTENT_URI subdirectory of a single person group.  "vnd.android.cursor.item/contactsgroupmembership" 
String  CONTENT_TYPE  The MIME type of CONTENT_URI providing a directory of all person groups.  "vnd.android.cursor.dir/contactsgroupmembership" 
Uri  CONTENT_URI  The content:// style URL for this table      
String  DEFAULT_SORT_ORDER  The default sort order for this table   "group_id ASC" 
String  GROUP_ID  The row id of the accounts group.  "group_id" 
String  GROUP_SYNC_ACCOUNT  The account of the group.  "group_sync_account" 
String  GROUP_SYNC_ID  The sync id of the group.  "group_sync_id" 
String  PERSON_ID  The row id of the person.  "person" 
Uri  RAW_CONTENT_URI  The content:// style URL for this table      
Constants inherited from interface android.provider.BaseColumns
Constants inherited from interface android.provider.Contacts.GroupsColumns
Methods inherited from class java.lang.Object

Details

Constants

public static final String CONTENT_DIRECTORY

The directory twig for this sub-table
Constant Value: "groupmembership"

public static final String CONTENT_ITEM_TYPE

The MIME type of a CONTENT_URI subdirectory of a single person group.
Constant Value: "vnd.android.cursor.item/contactsgroupmembership"

public static final String CONTENT_TYPE

The MIME type of CONTENT_URI providing a directory of all person groups.
Constant Value: "vnd.android.cursor.dir/contactsgroupmembership"

public static final Uri CONTENT_URI

The content:// style URL for this table

public static final String DEFAULT_SORT_ORDER

The default sort order for this table
Constant Value: "group_id ASC"

public static final String GROUP_ID

The row id of the accounts group.

Type: TEXT

Constant Value: "group_id"

public static final String GROUP_SYNC_ACCOUNT

The account of the group.

Type: TEXT

Constant Value: "group_sync_account"

public static final String GROUP_SYNC_ID

The sync id of the group.

Type: TEXT

Constant Value: "group_sync_id"

public static final String PERSON_ID

The row id of the person.

Type: TEXT

Constant Value: "person"

public static final Uri RAW_CONTENT_URI

The content:// style URL for this table
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56