Retrieve the type of the BBM Social Platform event.
#include <bbmsp/bbmsp.h>
BBMSP_API bbmsp_result_t bbmsp_event_get_type(bps_event_t *bps_event, int *type)
BlackBerry 10.0.0
A pointer to the BPS event that contains the BBMSP event information.
An updated pointer to the type of BBMSP event.
An event handler uses the event domain and the event type to determine what the event is.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.