Added in API level 5

Data

class Data : BaseColumns, ContactsContract.DataColumns
kotlin.Any
   ↳ 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
static String

The directory twig for this sub-table

Inherited constants

Constants

CONTENT_DIRECTORY

Added in API level 5
static val CONTENT_DIRECTORY: String

The directory twig for this sub-table

Value: "data"