Listen for BPS events from the BBM Social Platform.
#include <bbmsp/bbmsp.h>
BBMSP_API bbmsp_result_t bbmsp_request_events(int flags)
BlackBerry 10.0.0
The types of events to deliver. flags must be an integer. A value of zero indicates that all events are requested. The meaning of non-zero values is reserved for future use.
Delivers BBM Social Platform events to your application using the BPS event loop. Events will be posted to the currently active channel.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.