Interface | Description |
---|---|
VCardComposer.RawContactEntitlesInfoCallback |
Listener for getting raw contact entitles info
|
VCardConstants.ImportOnly | |
VCardEntry.EntryElement | |
VCardEntry.EntryElementIterator |
Inner iterator interface.
|
VCardEntryHandler |
The interface called by
VCardEntryConstructor . |
VCardInterpreter |
The interface which should be implemented by the classes which have to analyze each
vCard entry minutely.
|
VCardPhoneNumberTranslationCallback |
Callback functionality which can be used with
VCardComposer.setPhoneNumberTranslationCallback(VCardPhoneNumberTranslationCallback) . |
Class | Description |
---|---|
VCardBuilder |
The class which lets users create their own vCard String.
|
VCardComposer |
The class for composing vCard from Contacts information.
|
VCardComposer.RawContactEntitlesInfo |
Class that store rawContactEntitlesUri and contactId
|
VCardConfig |
The class representing VCard related configurations.
|
VCardConstants |
Constants used in both exporter and importer code.
|
VCardEntry |
Represents one vCard entry, which should start with "BEGIN:VCARD" and end
with "END:VCARD".
|
VCardEntry.AndroidCustomData |
Some Contacts data in Android cannot be converted to vCard
representation.
|
VCardEntry.AnniversaryData | |
VCardEntry.BirthdayData | |
VCardEntry.EmailData | |
VCardEntry.ImData | |
VCardEntry.NameData | |
VCardEntry.NicknameData | |
VCardEntry.NoteData | |
VCardEntry.OrganizationData | |
VCardEntry.PhoneData | |
VCardEntry.PhotoData | |
VCardEntry.PostalData | |
VCardEntry.SipData | |
VCardEntry.WebsiteData | |
VCardEntryCommitter |
VCardEntryHandler implementation which commits the entry to ContentResolver. |
VCardEntryConstructor |
The
VCardInterpreter implementation which enables VCardEntryHandler objects
to easily handle each vCard entry. |
VCardEntryCounter |
The class which just counts the number of vCard entries in the specified input.
|
VCardParser | |
VCardParser_V21 |
vCard parser for vCard 2.1.
|
VCardParser_V30 |
vCard parser for vCard 3.0.
|
VCardParser_V40 |
vCard parser for vCard 4.0.
|
VCardProperty |
Represents vCard's property, or logical "one line" of each vCard entry.
|
VCardSourceDetector |
The class which tries to detects the source of a vCard file from its contents.
|
VCardUtils |
Utilities for VCard handling codes.
|
VCardUtils.PhoneNumberUtilsPort |
Ported methods which are hidden in
PhoneNumberUtils . |
VCardUtils.TextUtilsPort |
Ported methods which are hidden in
TextUtils . |
Enum | Description |
---|---|
VCardEntry.EntryLabel |