Return the type of the event.
#include <geomonitor.h>
geomonitor_error_t geomonitor_service_event_get_type(geomonitor_service_event_t event, geomonitor_event_type_t *event_type)
BlackBerry 10.2.0
A handle to the geomonitor service.
The geomonitor event type of event.
Ownership of event_type is not transferred to the caller.
GEOMONITOR_OK if successful, an error from geomonitor_error_t otherwise.