Retrieve the unique BPS domain ID for the BBM Social Platform.
#include <bbmsp/bbmsp.h>
BBMSP_API int bbmsp_get_domain(void)
BlackBerry 10.0.0
Each event in BPS is associated with a domain that represents the service that generated the event (for example, contactlist or userprofile). You can use bbmsp_get_domain() to determine the service (event domain) that generated a particular event.
int The domain ID for the service.