Set the status and status message in the current user's BBM profile.
#include "bbmsp/bbmsp_userprofile.h"
BBMSP_API bbmsp_result_t bbmsp_profile_set_status(bbmsp_profile_t *profile, bbmsp_presence_status_t status, const char *custom_status_message)
BlackBerry 10.0.0
A pointer to the user's BBM profile.
The user's BBM status.
A pointer to the custom status message array.
A dialog displays to allow the user to accept or reject the change.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.