Android 2.3 Gingerbread

Package android.pim

Provides helpers for working with PIM (Personal Information Manager) data used by contact lists and calendars.

See:
          Description

Interface Summary
ContactsAsyncHelper.OnImageLoadCompleteListener Interface for a WorkerHandler result return.
 

Class Summary
ContactsAsyncHelper Helper class for async access of images.
ContactsAsyncHelper.ImageTracker public inner class to help out the ContactsAsyncHelper callers with tracking the state of the CallerInfo Queries and image loading.
EventRecurrence  
ICalendar Parses RFC 2445 iCalendar objects.
ICalendar.Component A component within an iCalendar (VEVENT, VTODO, VJOURNAL, VFEEBUSY, VTIMEZONE, VALARM).
ICalendar.Parameter A parameter defined for an iCalendar property.
ICalendar.Property A property within an iCalendar component (e.g., DTSTART, DTEND, etc., within a VEVENT).
RecurrenceSet Basic information about a recurrence, following RFC 2445 Section 4.8.5.
 

Exception Summary
EventRecurrence.InvalidFormatException Thrown when a recurrence string provided can not be parsed according to RFC2445.
ICalendar.FormatException Exception thrown when an iCalendar object has invalid syntax.
 

Package android.pim Description

Provides helpers for working with PIM (Personal Information Manager) data used by contact lists and calendars.


Android 2.3 Gingerbread