PhoneLookupColumns
protected interface PhoneLookupColumns
android.provider.ContactsContract.PhoneLookupColumns |
Summary
Constants | |
---|---|
static String |
A reference to the |
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
static val CONTACT_ID: String
A reference to the ContactsContract.Contacts#_ID
that this data belongs to.
Type: INTEGER
Value: "contact_id"
DATA_ID
static val DATA_ID: String
The ID of the data row.
Type: INTEGER
Value: "data_id"
LABEL
static val LABEL: String
The user defined label for the phone number.
Type: TEXT
Value: "label"
NORMALIZED_NUMBER
static val NORMALIZED_NUMBER: String
The phone number's E164 representation.
Type: TEXT
Value: "normalized_number"
NUMBER
static val NUMBER: String
The phone number as the user entered it.
Type: TEXT
Value: "number"
TYPE
static val TYPE: String
The type of phone number, for example Home or Work.
Type: INTEGER
Value: "type"