English | Site Directory

Android - An Open Handset Alliance Project

android.provider
public static interface

android.provider.Contacts.ContactMethodsColumns

android.provider.Contacts.ContactMethodsColumns

Columns from the ContactMethods table that other tables join into themseleves.

Known Indirect Subclasses

Summary

Constants

      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   0x00000001 
int  EMAIL_KIND_HOME_TYPE    0x00000000 
int  EMAIL_KIND_OTHER_TYPE    0x00000003 
int  EMAIL_KIND_PRIMARY_TYPE    0x00000002 
int  EMAIL_KIND_WORK_TYPE    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.  0x00000003 
int  POSTAL_KIND  A postal address.  0x00000002 
int  POSTAL_KIND_HOME_TYPE    0x00000001 
int  POSTAL_KIND_OTHER_TYPE    0x00000003 
int  POSTAL_KIND_POSTAL_TYPE    0x00000000 
int  POSTAL_KIND_WORK_TYPE    0x00000002 
String  TYPE  The type of the contact method, must be one of the kind-specific types.  "type" 

Details

Constants

public static final String AUX_DATA

Auxiliary data for the contact method.

Type: TEXT

Constant Value: "aux_data"

public static final String DATA

The data for the contact method.

Type: TEXT

Constant Value: "data"

public static final int EMAIL_KIND

An email address
Constant Value: 1 (0x00000001)

public static final int EMAIL_KIND_HOME_TYPE

Constant Value: 0 (0x00000000)

public static final int EMAIL_KIND_OTHER_TYPE

Constant Value: 3 (0x00000003)

public static final int EMAIL_KIND_PRIMARY_TYPE

Constant Value: 2 (0x00000002)

public static final int EMAIL_KIND_WORK_TYPE

Constant Value: 1 (0x00000001)

public static final int JABBER_IM_KIND

Jabber IM address
Constant Value: 100 (0x00000064)

public static final String KIND

The kind of the the contact method. For example, email address, postal address, etc.

Type: INTEGER (one of the values below)

Constant Value: "kind"

public static final String LABEL

The user defined label for the the contact method.

Type: TEXT

Constant Value: "label"

public static final int LOCATION_KIND

A latitude and longitude corresponding to a POSTAL_KIND entry, if the address has been geocoded.
Constant Value: 3 (0x00000003)

public static final int POSTAL_KIND

A postal address. If the address has been geocoded the AUX_DATA field will contain the ID of a LOCATION_KIND entry.
Constant Value: 2 (0x00000002)

public static final int POSTAL_KIND_HOME_TYPE

Constant Value: 1 (0x00000001)

public static final int POSTAL_KIND_OTHER_TYPE

Constant Value: 3 (0x00000003)

public static final int POSTAL_KIND_POSTAL_TYPE

Constant Value: 0 (0x00000000)

public static final int POSTAL_KIND_WORK_TYPE

Constant Value: 2 (0x00000002)

public static final String TYPE

The type of the contact method, must be one of the kind-specific types.

Type: INTEGER (one of the values below)

Constant Value: "type"
Build m5-rc15i - 10 Jun 2008 13:54