ContactsContract.CommonDataKinds.CommonColumns
  protected
  static
  
  
  interface
  ContactsContract.CommonDataKinds.CommonColumns
  
  
      implements
      
        ContactsContract.CommonDataKinds.BaseTypes
      
  
  
| android.provider.ContactsContract.CommonDataKinds.CommonColumns | 
Columns common across the specific types.
Summary
Constants | |
|---|---|
String | 
        
          DATA
          The data for the contact method.  | 
    
String | 
        
          LABEL
          The user defined label for the the contact method.  | 
    
String | 
        
          TYPE
          The type of data, for example Home or Work.  | 
    
Inherited constants | 
|---|
Constants
DATA
public static final String DATA
The data for the contact method.
Type: TEXT
Constant Value: "data1"
LABEL
public static final String LABEL
The user defined label for the the contact method.
Type: TEXT
Constant Value: "data3"
TYPE
public static final String TYPE
The type of data, for example Home or Work.
Type: INTEGER
Constant Value: "data2"