Android
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" 
String  ISPRIMARY  Whether this is the primary organization

Type: INTEGER (if set, non-0 means true)

 
"isprimary" 
String  KIND  The kind of the the contact method.  "kind" 
String  LABEL  The user defined label for the the contact method.  "label" 
String  TYPE  The type of the contact method, must be one of the types below.  "type" 
int  TYPE_CUSTOM    0x00000000 
int  TYPE_HOME    0x00000001 
int  TYPE_OTHER    0x00000003 
int  TYPE_WORK    0x00000002 

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 String ISPRIMARY

Whether this is the primary organization

Type: INTEGER (if set, non-0 means true)

Constant Value: "isprimary"

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 String TYPE

The type of the contact method, must be one of the types below.

Type: INTEGER (one of the values below)

Constant Value: "type"

public static final int TYPE_CUSTOM

Constant Value: 0 (0x00000000)

public static final int TYPE_HOME

Constant Value: 1 (0x00000001)

public static final int TYPE_OTHER

Constant Value: 3 (0x00000003)

public static final int TYPE_WORK

Constant Value: 2 (0x00000002)
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56