BBMSP event categories.
Synopsis:
#include <bbmsp/bbmsp_events.h>
typedef enum {
BBMSP_REGISTRATION = 0
BBMSP_USER_PROFILE = 1
BBMSP_CONTACT_LIST = 3
BBMSP_USER_PROFILE_BOX = 4
BBMSP_RESERVED = 128
} bbmsp_event_category_t;
Data:
- BBMSP_REGISTRATION
- Events belonging to this category describe notifications about your app's BBM Social Platform access and other permissions.
Since: BlackBerry 10.0.0
- BBMSP_USER_PROFILE
- Events belonging to this category describe notifications about the BBM user's profile.
Since: BlackBerry 10.0.0
- BBMSP_CONTACT_LIST
- Events belonging to this category describe notifications about the contact list.
Since: BlackBerry 10.0.0
- BBMSP_USER_PROFILE_BOX
- Events belonging to this category describe notifications about your app's profile box.
Since: BlackBerry 10.0.0
- BBMSP_RESERVED
Library:
libbbmsp (For the qcc command, use the -l bbmsp option to link against this library)