bbmsp_presence_status_t

The presence status of a user or contact on the BBM Social Platform.

Synopsis:

#include <bbmsp/bbmsp_presence.h>
 
typedef enum {
      BBMSP_PRESENCE_STATUS_AVAILABLE = 0   
      BBMSP_PRESENCE_STATUS_BUSY = 1   
} bbmsp_presence_status_t;

Since:

BlackBerry 10.0.0

Data:

BBMSP_PRESENCE_STATUS_AVAILABLE
Indicates that the status is available.

Since: BlackBerry 10.0.0

BBMSP_PRESENCE_STATUS_BUSY
Indicates that the status is busy.

Since: BlackBerry 10.0.0

Library:

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

Description:

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().