Send a request to set the user's BBM status message.
#include "bbmsp/bbmsp_userprofile.h"
BBMSP_API bbmsp_result_t bbmsp_set_user_profile_status(bbmsp_presence_status_t status, const char *custom_status_message)
BlackBerry 10.0.0
The user's BBM status.
A pointer to the custom status message array.
A user's BBM status can be either available or busy.
BBMSP_ASYNC if successful, BBMSP_FAILURE otherwise.