| android.provider.Contacts.ContactMethodsColumns |
Columns from the ContactMethods table that other tables join into themseleves.
Known Indirect Subclasses| Value | ||||
|---|---|---|---|---|
| String | AUX_DATA | Auxiliary data for the contact method. | "aux_data" | |
| String | DATA | The data for the contact method. | "data" | |
| int | EMAIL_KIND | An email address | 1 | 0x00000001 |
| int | EMAIL_KIND_HOME_TYPE | 0 | 0x00000000 | |
| int | EMAIL_KIND_OTHER_TYPE | 3 | 0x00000003 | |
| int | EMAIL_KIND_PRIMARY_TYPE | 2 | 0x00000002 | |
| int | EMAIL_KIND_WORK_TYPE | 1 | 0x00000001 | |
| int | JABBER_IM_KIND | Jabber IM address | 100 | 0x00000064 |
| String | KIND | The kind of the the contact method. | "kind" | |
| String | LABEL | The user defined label for the the contact method. | "label" | |
| int | LOCATION_KIND | A latitude and longitude corresponding to a POSTAL_KIND entry, if the address has been geocoded. | 3 | 0x00000003 |
| int | POSTAL_KIND | A postal address. | 2 | 0x00000002 |
| int | POSTAL_KIND_HOME_TYPE | 1 | 0x00000001 | |
| int | POSTAL_KIND_OTHER_TYPE | 3 | 0x00000003 | |
| int | POSTAL_KIND_POSTAL_TYPE | 0 | 0x00000000 | |
| int | POSTAL_KIND_WORK_TYPE | 2 | 0x00000002 | |
| String | TYPE | The type of the contact method, must be one of the kind-specific types. | "type" | |
Type: TEXT
Type: TEXT
Type: INTEGER (one of the values below)
Type: TEXT
Type: INTEGER (one of the values below)