Get the domain of an event.
#include <bps/event.h>
BPS_API int bps_event_get_domain(bps_event_t *event)
BlackBerry 10.0.0
The event to get the domain of.
The bps_event_get_domain() function gets the domain of a BPS event. Each event in BPS is associated with a domain, which represents the service that generated the event (for example, navigator, network status, accelerometer, and so on).
The domain of the event.