Contacts.ContactMethodsColumns
  public
  static
  
  
  interface
  Contacts.ContactMethodsColumns
  
  
  
| android.provider.Contacts.ContactMethodsColumns | 
      This interface was deprecated
      in API level 5.
    see ContactsContract
  
Columns from the ContactMethods table that other tables join into themseleves.
Summary
Constants | |
|---|---|
String | 
        
          AUX_DATA
          
      This constant is deprecated.
    see   | 
    
String | 
        
          DATA
          
      This constant is deprecated.
    see   | 
    
String | 
        
          ISPRIMARY
          
      This constant is deprecated.
    see   | 
    
String | 
        
          KIND
          
      This constant is deprecated.
    see   | 
    
String | 
        
          LABEL
          
      This constant is deprecated.
    see   | 
    
String | 
        
          TYPE
          
      This constant is deprecated.
    see   | 
    
int | 
        
          TYPE_CUSTOM
          
      This constant is deprecated.
    see   | 
    
int | 
        
          TYPE_HOME
          
      This constant is deprecated.
    see   | 
    
int | 
        
          TYPE_OTHER
          
      This constant is deprecated.
    see   | 
    
int | 
        
          TYPE_WORK
          
      This constant is deprecated.
    see   | 
    
Constants
AUX_DATA
public static final String AUX_DATA
      This constant is deprecated.
    see ContactsContract
  
Auxiliary data for the contact method.
Type: TEXT
Constant Value: "aux_data"
DATA
public static final String DATA
      This constant is deprecated.
    see ContactsContract
  
The data for the contact method.
Type: TEXT
Constant Value: "data"
ISPRIMARY
public static final String ISPRIMARY
      This constant is deprecated.
    see ContactsContract
  
Whether this is the primary organization
Type: INTEGER (if set, non-0 means true)
Constant Value: "isprimary"
KIND
public static final String KIND
      This constant is deprecated.
    see ContactsContract
  
The kind of the the contact method. For example, email address, postal address, etc.
Type: INTEGER (one of the values below)
Constant Value: "kind"
LABEL
public static final String LABEL
      This constant is deprecated.
    see ContactsContract
  
The user defined label for the the contact method.
Type: TEXT
Constant Value: "label"
TYPE
public static final String TYPE
      This constant is deprecated.
    see ContactsContract
  
The type of the contact method, must be one of the types below.
Type: INTEGER (one of the values below)
Constant Value: "type"
TYPE_CUSTOM
public static final int TYPE_CUSTOM
      This constant is deprecated.
    see ContactsContract
  
Constant Value: 0 (0x00000000)
TYPE_HOME
public static final int TYPE_HOME
      This constant is deprecated.
    see ContactsContract
  
Constant Value: 1 (0x00000001)
TYPE_OTHER
public static final int TYPE_OTHER
      This constant is deprecated.
    see ContactsContract
  
Constant Value: 3 (0x00000003)
TYPE_WORK
public static final int TYPE_WORK
      This constant is deprecated.
    see ContactsContract
  
Constant Value: 2 (0x00000002)