Retrieve a contact's status.
#include <bbmsp/bbmsp_contactlist.h>
BBMSP_API bbmsp_result_t bbmsp_contact_get_status(const bbmsp_contact_t *contact, bbmsp_presence_status_t *status)
BlackBerry 10.0.0
A pointer to the contact whose status to get.
is updated with the contact's status.
A contact's status can be either busy or available.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.