bbmsp_profile_get_status()

Retrieve the user's BBM status.

Synopsis:

#include "bbmsp/bbmsp_userprofile.h"
 
BBMSP_API bbmsp_result_t bbmsp_profile_get_status(bbmsp_profile_t *profile, bbmsp_presence_status_t *status)

Since:

BlackBerry 10.0.0

Arguments:

profile

A pointer to the user's BBM profile.

status

An updated pointer to the user's status.

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.