Added in API level 5

PhoneLookupColumns

protected interface PhoneLookupColumns
android.provider.ContactsContract.PhoneLookupColumns

Summary

Constants
static String

A reference to the ContactsContract.Contacts#_ID that this data belongs to.

static String

The ID of the data row.

static String

The user defined label for the phone number.

static String

The phone number's E164 representation.

static String

The phone number as the user entered it.

static String

The type of phone number, for example Home or Work.

Constants

CONTACT_ID

Added in API level 24
static val CONTACT_ID: String

A reference to the ContactsContract.Contacts#_ID that this data belongs to.

Type: INTEGER

Value: "contact_id"

DATA_ID

Added in API level 24
static val DATA_ID: String

The ID of the data row.

Type: INTEGER

Value: "data_id"

LABEL

Added in API level 5
static val LABEL: String

The user defined label for the phone number.

Type: TEXT

Value: "label"

NORMALIZED_NUMBER

Added in API level 16
static val NORMALIZED_NUMBER: String

The phone number's E164 representation.

Type: TEXT

Value: "normalized_number"

NUMBER

Added in API level 5
static val NUMBER: String

The phone number as the user entered it.

Type: TEXT

Value: "number"

TYPE

Added in API level 5
static val TYPE: String

The type of phone number, for example Home or Work.

Type: INTEGER

Value: "type"