ContactsContract.RawContacts.Data

public static final class ContactsContract.RawContacts.Data
extends Object implements BaseColumns, ContactsContract.DataColumns

java.lang.Object
   ↳ android.provider.ContactsContract.RawContacts.Data


A sub-directory of a single raw contact that contains all of its ContactsContract.Data rows. To access this directory append Data#CONTENT_DIRECTORY to the raw contact URI.

Summary

Constants

String CONTENT_DIRECTORY

The directory twig for this sub-table

Inherited constants

Inherited methods

Constants

CONTENT_DIRECTORY

Added in API level 5
public static final String CONTENT_DIRECTORY

The directory twig for this sub-table

Constant Value: "data"