ContactsContract.Intents.Insert


public static final class ContactsContract.Intents.Insert
extends Object

java.lang.Object
   ↳ android.provider.ContactsContract.Intents.Insert


Convenience class that contains string constants used to create contact Intents.

Summary

Constants

String ACTION

The action code to use when adding a contact

String COMPANY

The extra field for the contact company.

String DATA

The extra field that allows the client to supply multiple rows of arbitrary data for a single contact created using the Intent.ACTION_INSERT or edited using Intent.ACTION_EDIT.

String EMAIL

The extra field for the contact email address.

String EMAIL_ISPRIMARY

The extra field for the email isprimary flag.

String EMAIL_TYPE

The extra field for the contact email type.

String EXTRA_ACCOUNT

Used to specify the account in which to create the new contact.

String EXTRA_DATA_SET

Used to specify the data set within the account in which to create the new contact.

String FULL_MODE

If present, forces a bypass of quick insert mode.

String IM_HANDLE

The extra field for an IM handle.

String IM_ISPRIMARY

The extra field for the IM isprimary flag.

String IM_PROTOCOL

The extra field for the IM protocol

String JOB_TITLE

The extra field for the contact job title.

String NAME

The extra field for the contact name.

String NOTES

The extra field for the contact notes.

String PHONE

The extra field for the contact phone number.

String PHONETIC_NAME

The extra field for the contact phonetic name.

String PHONE_ISPRIMARY

The extra field for the phone isprimary flag.

String PHONE_TYPE

The extra field for the contact phone number type.

String POSTAL

The extra field for the contact postal address.

String POSTAL_ISPRIMARY

The extra field for the postal isprimary flag.

String POSTAL_TYPE

The extra field for the contact postal address type.

String SECONDARY_EMAIL

The extra field for an optional second contact email address.

String SECONDARY_EMAIL_TYPE

The extra field for an optional second contact email type.

String SECONDARY_PHONE

The extra field for an optional second contact phone number.

String SECONDARY_PHONE_TYPE

The extra field for an optional second contact phone number type.

String TERTIARY_EMAIL

The extra field for an optional third contact email address.

String TERTIARY_EMAIL_TYPE

The extra field for an optional third contact email type.

String TERTIARY_PHONE

The extra field for an optional third contact phone number.

String TERTIARY_PHONE_TYPE

The extra field for an optional third contact phone number type.