java.lang.Object | ||
android.provider.Contacts.Intents.Insert |
Convenience class that contains string constants used to create contact Intents.
Value | ||||
---|---|---|---|---|
String | ACTION | The action code to use when adding a contact | "android.intent.action.INSERT" | |
String | COMPANY | The extra field for the contact company. | "company" | |
String | The extra field for the contact email address. | "email" | ||
String | EMAIL_ISPRIMARY | The extra field for the email isprimary flag. | "email_isprimary" | |
String | EMAIL_TYPE | The extra field for the contact email type. | "email_type" | |
String | FULL_MODE | If present, forces a bypass of quick insert mode. | "full_mode" | |
String | IM_HANDLE | The extra field for an IM handle. | "im_handle" | |
String | IM_ISPRIMARY | The extra field for the IM isprimary flag. | "im_isprimary" | |
String | IM_PROTOCOL | The extra field for the IM protocol
Type: the result of encodePredefinedImProtocol(int) or encodeCustomImProtocol(String). |
"im_protocol" | |
String | JOB_TITLE | The extra field for the contact job title. | "job_title" | |
String | NAME | The extra field for the contact name. | "name" | |
String | NOTES | The extra field for the contact notes. | "notes" | |
String | PHONE | The extra field for the contact phone number. | "phone" | |
String | PHONE_ISPRIMARY | The extra field for the phone isprimary flag. | "phone_isprimary" | |
String | PHONE_TYPE | The extra field for the contact phone number type. | "phone_type" | |
String | POSTAL | The extra field for the contact postal address. | "postal" | |
String | POSTAL_ISPRIMARY | The extra field for the postal isprimary flag. | "postal_isprimary" | |
String | POSTAL_TYPE | The extra field for the contact postal address type. | "postal_type" |
Contacts.Intents.Insert() |
Type: String
Type: String
Type: boolean
Type: Either an integer value from ContactMethodsColumns or a string specifying a type and label.
Type: String
Type: boolean
Type: the result of encodePredefinedImProtocol(int) or encodeCustomImProtocol(String).
Type: String
Type: String
Type: String
Type: String
Type: boolean
Type: Either an integer value from PhonesColumns, or a string specifying a type and label.
Type: String
Type: boolean
Type: Either an integer value from ContactMethodsColumns or a string specifying a type and label.
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:48 |