chooseContact

Lets the user choose a contact from the mobile device contact list and returns the vCard.

Syntax

ui.Interface.frontCall("mobile", "chooseContact",
   [], [result])

Usage

The "chooseContact" front call opens the mobile device contact chooser, lets the user select a contact and returns the contact as a vCard string.

If the user cancels the contact chooser, NULL is returned.

Example

DEFINE vcard STRING
CALL ui.Interface.frontCall("mobile", "chooseContact", [], [vcard] )