bbmsp_set_user_profile_status()

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

Synopsis:

#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)

Since:

BlackBerry 10.0.0

Arguments:

status

The user's BBM status.

custom_status_message

A pointer to the custom status message array.

Library:

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

Description:

A user's BBM status can be either available or busy.

Returns:

BBMSP_ASYNC if successful, BBMSP_FAILURE otherwise.