Set the personal message in the current user's BBM profile.
#include "bbmsp/bbmsp_userprofile.h"
BBMSP_API bbmsp_result_t bbmsp_profile_set_personal_message(bbmsp_profile_t *profile, const char *personal_message)
BlackBerry 10.0.0
A pointer to the user's BBM profile.
A pointer to the user's personal message as an array, encoded as UTF-8.
A personal message is limited to 160 characters; anything beyond is truncated. If null is passed in, the personal message is cleared. A dialog displays to allow the user to accept or reject the change.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.