ContactMethodsColumns
interfaceContactMethodsColumns
android.provider.Contacts.ContactMethodsColumns |
Columns from the ContactMethods table that other tables join into themseleves.
Summary
Constants | |
---|---|
static String |
Auxiliary data for the contact method. |
static String |
The data for the contact method. |
static String |
Whether this is the primary organization |
static String |
The kind of the the contact method. |
static String |
The user defined label for the the contact method. |
static String |
The type of the contact method, must be one of the types below. |
static Int | |
static Int | |
static Int | |
static Int |
Constants
AUX_DATA
static valAUX_DATA: String
Deprecated: see android.provider.ContactsContract
Auxiliary data for the contact method.
Type: TEXT
Value: "aux_data"
DATA
static valDATA: String
Deprecated: see android.provider.ContactsContract
The data for the contact method.
Type: TEXT
Value: "data"
ISPRIMARY
static valISPRIMARY: String
Deprecated: see android.provider.ContactsContract
Whether this is the primary organization
Type: INTEGER (if set, non-0 means true)
Value: "isprimary"
KIND
static valKIND: String
Deprecated: see android.provider.ContactsContract
The kind of the the contact method. For example, email address, postal address, etc.
Type: INTEGER (one of the values below)
Value: "kind"
LABEL
static valLABEL: String
Deprecated: see android.provider.ContactsContract
The user defined label for the the contact method.
Type: TEXT
Value: "label"
TYPE
static valTYPE: String
Deprecated: see android.provider.ContactsContract
The type of the contact method, must be one of the types below.
Type: INTEGER (one of the values below)
Value: "type"
TYPE_CUSTOM
static valTYPE_CUSTOM: Int
Deprecated: see android.provider.ContactsContract
Value: 0
TYPE_HOME
static valTYPE_HOME: Int
Deprecated: see android.provider.ContactsContract
Value: 1
TYPE_OTHER
static valTYPE_OTHER: Int
Deprecated: see android.provider.ContactsContract
Value: 3
TYPE_WORK
static valTYPE_WORK: Int
Deprecated: see android.provider.ContactsContract
Value: 2