Return the region's notification invocation target and notification type.
#include <geomonitor.h>
geomonitor_error_t geomonitor_region_get_notification_invoke_target(geomonitor_region_t region, const char **invocation_target, geomonitor_notification_type_t *notification_type)
BlackBerry 10.2.0
A handle to the geomonitor region.
The region's notification invoke target.
The region's notification type.
Ownership is not transferred to the output parameters.
GEOMONITOR_OK if successful, an error from geomonitor_error_t otherwise.