Contact API

The Contact API allows MIDlets to discover and receive changes to the device’s contacts in the phonebook.

MIDlets can use the Contact API to discover when:

  • Contacts are added to the phonebook

  • Contacts are deleted from the phonebook

  • Contacts are modified, i.e. the fields of the contacts are changed, in the phonebook

Use the Contact API, if you want to discover changes to the contacts in the phonebook, but do not want to implement the contact change management functionality by yourself.

Note: The Contact API currently supports contact changes only when the requesting MIDlet is active.

The Contact API is compatible with devices running on Nokia Asha software platform or newer.

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

More information

For more information about the Contact API, see:

  • Using the Contact API for basic instructions on how to program your MIDlet to discover changes to the device phonebook contacts and retrieve changed information.

  • Contact API for detailed information about the supported classes and methods