Retrieve the user's BBM personal message.
#include "bbmsp/bbmsp_userprofile.h"
BBMSP_API bbmsp_result_t bbmsp_profile_get_personal_message(bbmsp_profile_t *profile, char *personal_message, size_t buffer_size)
BlackBerry 10.0.0
A pointer to the user's BBM profile.
An updated pointer to the array that contains the user's personal message, encoded as UTF-8.
The size of the personal_message buffer array.
A personal message is limited to 160 characters; anything longer is truncated.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.