ContactsContract.IPhoneLookupColumns Interface

Definition

public interface ContactsContract.IPhoneLookupColumns
type ContactsContract.IPhoneLookupColumns = interface

Remarks

Java documentation for android.provider.ContactsContract.PhoneLookupColumns.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Fields

ContactId

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

DataId

The ID of the data row.

Label

The user defined label for the phone number.

NormalizedNumber

The phone number's E164 representation.

Number

The phone number as the user entered it.

Type

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

Applies to