Retrieve the event category for the BBM Social Platform event.
#include <bbmsp/bbmsp.h>
BBMSP_API bbmsp_result_t bbmsp_event_get_category(bps_event_t *bps_event, int *category)
BlackBerry 10.0.0
A pointer to the BPS event that contains the BBM Social Platform event information.
An updated pointer to the category of the BBMSP event.
In addition to being associated with a domain, each event in BPS has a category that represents the specific type of event that occurred, for example, an event associated with registration or the user's profile.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.