Contacts.Intents.Insert
public
static
final
class
Contacts.Intents.Insert
extends Object
java.lang.Object | |
↳ | android.provider.Contacts.Intents.Insert |
This class was deprecated
in API level 5.
see ContactsContract
Convenience class that contains string constants used
to create contact Intents
.
Summary
Constants | |
---|---|
String |
ACTION
This constant is deprecated.
see |
String |
COMPANY
This constant is deprecated.
see |
String |
EMAIL
This constant is deprecated.
see |
String |
EMAIL_ISPRIMARY
This constant is deprecated.
see |
String |
EMAIL_TYPE
This constant is deprecated.
see |
String |
FULL_MODE
This constant is deprecated.
see |
String |
IM_HANDLE
This constant is deprecated.
see |
String |
IM_ISPRIMARY
This constant is deprecated.
see |
String |
IM_PROTOCOL
This constant is deprecated.
see |
String |
JOB_TITLE
This constant is deprecated.
see |
String |
NAME
This constant is deprecated.
see |
String |
NOTES
This constant is deprecated.
see |
String |
PHONE
This constant is deprecated.
see |
String |
PHONETIC_NAME
This constant was deprecated
in API level 5.
see |
String |
PHONE_ISPRIMARY
This constant is deprecated.
see |
String |
PHONE_TYPE
This constant is deprecated.
see |
String |
POSTAL
This constant is deprecated.
see |
String |
POSTAL_ISPRIMARY
This constant is deprecated.
see |
String |
POSTAL_TYPE
This constant is deprecated.
see |
String |
SECONDARY_EMAIL
This constant was deprecated
in API level 5.
see |
String |
SECONDARY_EMAIL_TYPE
This constant was deprecated
in API level 5.
see |
String |
SECONDARY_PHONE
This constant was deprecated
in API level 5.
see |
String |
SECONDARY_PHONE_TYPE
This constant was deprecated
in API level 5.
see |
String |
TERTIARY_EMAIL
This constant was deprecated
in API level 5.
see |
String |
TERTIARY_EMAIL_TYPE
This constant was deprecated
in API level 5.
see |
String |
TERTIARY_PHONE
This constant was deprecated
in API level 5.
see |
String |
TERTIARY_PHONE_TYPE
This constant was deprecated
in API level 5.
see |
Public constructors | |
---|---|
Insert()
This constructor is deprecated.
see |
Inherited methods | |
---|---|
Constants
ACTION
public static final String ACTION
This constant is deprecated.
see ContactsContract
The action code to use when adding a contact
Constant Value: "android.intent.action.INSERT"
COMPANY
public static final String COMPANY
This constant is deprecated.
see ContactsContract
The extra field for the contact company.
Type: String
Constant Value: "company"
public static final String EMAIL
This constant is deprecated.
see ContactsContract
The extra field for the contact email address.
Type: String
Constant Value: "email"
EMAIL_ISPRIMARY
public static final String EMAIL_ISPRIMARY
This constant is deprecated.
see ContactsContract
The extra field for the email isprimary flag.
Type: boolean
Constant Value: "email_isprimary"
EMAIL_TYPE
public static final String EMAIL_TYPE
This constant is deprecated.
see ContactsContract
The extra field for the contact email type.
Type: Either an integer value from ContactMethodsColumns
or a string specifying a custom label.
Constant Value: "email_type"
FULL_MODE
public static final String FULL_MODE
This constant is deprecated.
see ContactsContract
If present, forces a bypass of quick insert mode.
Constant Value: "full_mode"
IM_HANDLE
public static final String IM_HANDLE
This constant is deprecated.
see ContactsContract
The extra field for an IM handle.
Type: String
Constant Value: "im_handle"
IM_ISPRIMARY
public static final String IM_ISPRIMARY
This constant is deprecated.
see ContactsContract
The extra field for the IM isprimary flag.
Type: boolean
Constant Value: "im_isprimary"
IM_PROTOCOL
public static final String IM_PROTOCOL
This constant is deprecated.
see ContactsContract
The extra field for the IM protocol
Type: the result of Contacts.ContactMethods#encodePredefinedImProtocol
or Contacts.ContactMethods#encodeCustomImProtocol
.
Constant Value: "im_protocol"
JOB_TITLE
public static final String JOB_TITLE
This constant is deprecated.
see ContactsContract
The extra field for the contact job title.
Type: String
Constant Value: "job_title"
NAME
public static final String NAME
This constant is deprecated.
see ContactsContract
The extra field for the contact name.
Type: String
Constant Value: "name"
NOTES
public static final String NOTES
This constant is deprecated.
see ContactsContract
The extra field for the contact notes.
Type: String
Constant Value: "notes"
PHONE
public static final String PHONE
This constant is deprecated.
see ContactsContract
The extra field for the contact phone number.
Type: String
Constant Value: "phone"
PHONETIC_NAME
public static final String PHONETIC_NAME
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for the contact phonetic name.
Type: String
Constant Value: "phonetic_name"
PHONE_ISPRIMARY
public static final String PHONE_ISPRIMARY
This constant is deprecated.
see ContactsContract
The extra field for the phone isprimary flag.
Type: boolean
Constant Value: "phone_isprimary"
PHONE_TYPE
public static final String PHONE_TYPE
This constant is deprecated.
see ContactsContract
The extra field for the contact phone number type.
Type: Either an integer value from PhonesColumns
,
or a string specifying a custom label.
Constant Value: "phone_type"
POSTAL
public static final String POSTAL
This constant is deprecated.
see ContactsContract
The extra field for the contact postal address.
Type: String
Constant Value: "postal"
POSTAL_ISPRIMARY
public static final String POSTAL_ISPRIMARY
This constant is deprecated.
see ContactsContract
The extra field for the postal isprimary flag.
Type: boolean
Constant Value: "postal_isprimary"
POSTAL_TYPE
public static final String POSTAL_TYPE
This constant is deprecated.
see ContactsContract
The extra field for the contact postal address type.
Type: Either an integer value from ContactMethodsColumns
or a string specifying a custom label.
Constant Value: "postal_type"
SECONDARY_EMAIL
public static final String SECONDARY_EMAIL
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for an optional second contact email address.
Type: String
Constant Value: "secondary_email"
SECONDARY_EMAIL_TYPE
public static final String SECONDARY_EMAIL_TYPE
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for an optional second contact email type.
Type: Either an integer value from ContactMethodsColumns
or a string specifying a custom label.
Constant Value: "secondary_email_type"
SECONDARY_PHONE
public static final String SECONDARY_PHONE
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for an optional second contact phone number.
Type: String
Constant Value: "secondary_phone"
SECONDARY_PHONE_TYPE
public static final String SECONDARY_PHONE_TYPE
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for an optional second contact phone number type.
Type: Either an integer value from PhonesColumns
,
or a string specifying a custom label.
Constant Value: "secondary_phone_type"
TERTIARY_EMAIL
public static final String TERTIARY_EMAIL
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for an optional third contact email address.
Type: String
Constant Value: "tertiary_email"
TERTIARY_EMAIL_TYPE
public static final String TERTIARY_EMAIL_TYPE
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for an optional third contact email type.
Type: Either an integer value from ContactMethodsColumns
or a string specifying a custom label.
Constant Value: "tertiary_email_type"
TERTIARY_PHONE
public static final String TERTIARY_PHONE
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for an optional third contact phone number.
Type: String
Constant Value: "tertiary_phone"
TERTIARY_PHONE_TYPE
public static final String TERTIARY_PHONE_TYPE
This constant was deprecated
in API level 5.
see ContactsContract
The extra field for an optional third contact phone number type.
Type: Either an integer value from PhonesColumns
,
or a string specifying a custom label.
Constant Value: "tertiary_phone_type"