Android Programming Press on the image to return to the main documentation page.

iContacts

List of types:

Contacts

Contacts

This library provides read and write access to the device contacts store.
It is a helper library for ContactsUtils class (which can be found in the forum).

Events:

GetContacts (Success As Boolean, Contacts As List)

Members:


  AuthorizationDenied As Boolean [read only]

  ContactBirthdayKey As String [read only]

  ContactDatesKey As String [read only]

  ContactDepartmentNameKey As String [read only]

  ContactEmailAddressesKey As String [read only]

  ContactFamilyNameKey As String [read only]

  ContactGivenNameKey As String [read only]

  ContactIdentifierKey As String [read only]

  ContactImageDataAvailableKey As String [read only]

  ContactImageDataKey As String [read only]

  ContactInstantMessageAddressesKey As String [read only]

  ContactJobTitleKey As String [read only]

  ContactMiddleNameKey As String [read only]

  ContactNamePrefixKey As String [read only]

  ContactNameSuffixKey As String [read only]

  ContactNicknameKey As String [read only]

  ContactNonGregorianBirthdayKey As String [read only]

  ContactNoteKey As String [read only]

  ContactOrganizationNameKey As String [read only]

  ContactPhoneNumbersKey As String [read only]

  ContactPhoneticFamilyNameKey As String [read only]

  ContactPhoneticGivenNameKey As String [read only]

  ContactPhoneticMiddleNameKey As String [read only]

  ContactPostalAddressesKey As String [read only]

  ContactPreviousFamilyNameKey As String [read only]

  ContactRelationsKey As String [read only]

  ContactSocialProfilesKey As String [read only]

  ContactThumbnailImageDataKey As String [read only]

  ContactTypeKey As String [read only]

  ContactUrlAddressesKey As String [read only]

  ExecuteSaveRequest (SaveRequest As Object)

  GetContactByIdentifier (Identifier As String, Keys As List) As Object

  GetContacts (Keys As List, EventName As String)

Members description:

AuthorizationDenied As Boolean [read only]
ContactBirthdayKey As String [read only]
ContactDatesKey As String [read only]
ContactDepartmentNameKey As String [read only]
ContactEmailAddressesKey As String [read only]
ContactFamilyNameKey As String [read only]
ContactGivenNameKey As String [read only]
ContactIdentifierKey As String [read only]
ContactImageDataAvailableKey As String [read only]
ContactImageDataKey As String [read only]
ContactInstantMessageAddressesKey As String [read only]
ContactJobTitleKey As String [read only]
ContactMiddleNameKey As String [read only]
ContactNamePrefixKey As String [read only]
ContactNameSuffixKey As String [read only]
ContactNicknameKey As String [read only]
ContactNonGregorianBirthdayKey As String [read only]
ContactNoteKey As String [read only]
ContactOrganizationNameKey As String [read only]
ContactPhoneNumbersKey As String [read only]
ContactPhoneticFamilyNameKey As String [read only]
ContactPhoneticGivenNameKey As String [read only]
ContactPhoneticMiddleNameKey As String [read only]
ContactPostalAddressesKey As String [read only]
ContactPreviousFamilyNameKey As String [read only]
ContactRelationsKey As String [read only]
ContactSocialProfilesKey As String [read only]
ContactThumbnailImageDataKey As String [read only]
ContactTypeKey As String [read only]
ContactUrlAddressesKey As String [read only]
ExecuteSaveRequest (SaveRequest As Object)
GetContactByIdentifier (Identifier As String, Keys As List) As Object
GetContacts (Keys As List, EventName As String)

Top