bbmsp_contact_list_get()

Asynchronously retrieve the user's contact list containing the contacts that have your application installed.

Synopsis:

#include <bbmsp/bbmsp_contactlist.h>
 
BBMSP_API bbmsp_result_t bbmsp_contact_list_get(void)

Since:

BlackBerry 10.0.0

Arguments:

Library:

libbbmsp (For the qcc command, use the -l bbmsp option to link against this library)

Description:

A BBMSP_SP_EVENT_CONTACT_LIST_FULL event is triggered when the contact list is available.

Returns:

BBMSP_ASYNC if successful, BBMSP_FAILURE otherwise.