Personal information management

The Personal Information Management API (PIM API ) allows MIDlets to access and modify the PIM databases available on a device. The PIM API provides a standardised interface to those databases, which can be used across many types of devices in a secure fashion. As with most APIs that imply some I/O operation on the device, calling the PIM API should be done in a thread different than the GUI thread to avoid potential deadlocks.

The PIM API supports three types of databases or lists: contact lists, event lists, and to-do lists. All types of databases are not always necessarily available on a particular device. The specification requires that, if the API has been implemented on a device, at least one database of one type must be available. An implementation may contain more than one list of the same type, for example, a mobile device can have a contact list contained in the device's memory and another contact list in the device's SIM card.

To find out which device models support the PIM API, see Nokia Developer device specifications.

More information

For more information about the PIM API, see: