BBMSP event types.
Synopsis:
#include <bbmsp/bbmsp_events.h>
typedef enum {
BBMSP_SP_EVENT_ACCESS_CHANGED = 0
BBMSP_SP_EVENT_PROFILE_CHANGED = 1
BBMSP_SP_EVENT_CONTACT_CHANGED = 2
BBMSP_SP_EVENT_CONTACT_LIST_FULL = 3
BBMSP_SP_EVENT_USER_PROFILE_BOX_ITEM_ADDED = 13
BBMSP_SP_EVENT_USER_PROFILE_BOX_ITEM_REMOVED = 14
BBMSP_SP_EVENT_USER_PROFILE_BOX_ICON_ADDED = 15
BBMSP_SP_EVENT_USER_PROFILE_BOX_ICON_RETRIEVED = 17
BBMSP_SP_EVENT_RESERVED = 128
} bbmsp_event_type_t;
Data:
- BBMSP_SP_EVENT_ACCESS_CHANGED
- Used for events with category BBMSP_REGISTRATION to indicate a change to the access status of the application.
Since: BlackBerry 10.0.0
- BBMSP_SP_EVENT_PROFILE_CHANGED
- Used for events with category BBMSP_USER_PROFILE to indicate a change to the user's profile.
Since: BlackBerry 10.0.0
- BBMSP_SP_EVENT_CONTACT_CHANGED
- Used for events with category BBMSP_CONTACT_LIST to indicate a change to a contact's profile.
Since: BlackBerry 10.0.0
- BBMSP_SP_EVENT_CONTACT_LIST_FULL
- Used for events with category BBMSP_CONTACT_LIST to indicate that the contact list has been retrieved.
Since: BlackBerry 10.0.0
- BBMSP_SP_EVENT_USER_PROFILE_BOX_ITEM_ADDED
- Used for events with category BBMSP_USER_PROFILE_BOX to report that a profile box item has been added.
Since: BlackBerry 10.0.0
- BBMSP_SP_EVENT_USER_PROFILE_BOX_ITEM_REMOVED
- Used for events with category BBMSP_USER_PROFILE_BOX to report that a profile box item has been removed.
Since: BlackBerry 10.0.0
- BBMSP_SP_EVENT_USER_PROFILE_BOX_ICON_ADDED
- Used for events with category BBMSP_USER_PROFILE_BOX to report that a profile box icon has been added.
Since: BlackBerry 10.0.0
- BBMSP_SP_EVENT_USER_PROFILE_BOX_ICON_RETRIEVED
- Used for events with category BBMSP_USER_PROFILE_BOX to report that a profile box icon has been retrieved.
Since: BlackBerry 10.0.0
- BBMSP_SP_EVENT_RESERVED
Library:
libbbmsp (For the qcc command, use the -l bbmsp option to link against this library)