Contacts: 1.1 Setting up a Contact List: Multiple-Selection ContactLists

Up: GEOS SDK TechDocs| Up | Prev: 1 Setting up a Contact List | Next: 1.2 Remembering the Search

Recent versions of the ContDB library support ContactLists which allow the user to select more than one contact at a time, either by selecting contacts one by one or by choosing contact groups. This feature is available on devices with version numbers "Responder Build 4...." and higher. See Software Version Numberfor information about finding out the software version of the user's device.)

To create such a ContactList, give it the hint HINT_CONTACT_LIST_NON_EXCLUSIVE_LIST. If your application is running on a device recent enough to support contact groups, then ATTR_CONTACT_LIST_ALLOW_GROUP_AS_CALL_TYPE will allow the user to select a group.

There are two ways to obtain the list of selected contacts:


Up: GEOS SDK TechDocs| Up | Prev: 1 Setting up a Contact List | Next: 1.2 Remembering the Search