bbmsp_set_user_profile_personal_message()

Send a request to set the user's BBM personal message.

Synopsis:

#include "bbmsp/bbmsp_userprofile.h"
 
BBMSP_API bbmsp_result_t bbmsp_set_user_profile_personal_message(const char *personal_message)

Since:

BlackBerry 10.0.0

Arguments:

personal_message

A pointer to the personal message array, encoded as UTF-8.

Library:

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

Description:

Sets the user's BBM personal message. A dialog displays to allow the user to accept or reject the change. A personal message is limited to 160 characters; anything longer is truncated. If null is passed in, the personal message is cleared.

Returns:

BBMSP_ASYNC if successful in sending the request, BBMSP_FAILURE otherwise.