The presence status of a user or contact on the BBM Social Platform.
#include <bbmsp/bbmsp_presence.h>
typedef enum {
BBMSP_PRESENCE_STATUS_AVAILABLE = 0
BBMSP_PRESENCE_STATUS_BUSY = 1
} bbmsp_presence_status_t;
BlackBerry 10.0.0
To retrieve the status of the user, use bbmsp_profile_get_status() and to retrieve the status of a contact, use bbmsp_contact_get_status().