bbmsp_profile_get_status_message()

Retrieve the user's BBM status message.

Synopsis:

#include "bbmsp/bbmsp_userprofile.h"
 
BBMSP_API bbmsp_result_t bbmsp_profile_get_status_message(bbmsp_profile_t *profile, char *status_message, size_t buffer_size)

Since:

BlackBerry 10.0.0

Arguments:

profile

A pointer to the user's BBM profile.

status_message

An updated pointer to the buffer array that contains the user's status message, encoded as UTF-8.

buffer_size

The size of the status_message buffer array.

Library:

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

Description:

Returns:

BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.