bbmsp_get_user_profile()

Retrieve the user's BBM profile information and user's BBM display picture.

Synopsis:

#include "bbmsp/bbmsp_userprofile.h"
 
BBMSP_API bbmsp_result_t bbmsp_get_user_profile(bbmsp_profile_t *profile)

Since:

BlackBerry 10.0.0

Arguments:

profile

A pointer to the user's BBM profile.

Library:

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

Description:

You can retrieve the user's profile information, for example, display name, status, personal message and display picture.

Returns:

BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.