ContactsContract.Contacts.Data

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

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


A sub-directory of a single contact that contains all of the constituent raw contact ContactsContract.Data rows. This directory can be used either with a ContactsContract.Contacts.CONTENT_URI or ContactsContract.Contacts.CONTENT_LOOKUP_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"