navigator_event_get_groupid()
Get the group ID from an event.
Synopsis:
#include <bps/navigator.h>
BPS_API const char* navigator_event_get_groupid(bps_event_t *event)
Since:
BlackBerry 10.0.0
Arguments:
- event
-
The NAVIGATOR_WINDOW_STATE, NAVIGATOR_WINDOW_ACTIVE, or NAVIGATOR_WINDOW_INACTIVE event to extract the group ID from.
Library:
libbpsDescription:
The navigator_event_get_groupid() function extracts the group ID from a NAVIGATOR_WINDOW_STATE, NAVIGATOR_WINDOW_ACTIVE, or NAVIGATOR_WINDOW_INACTIVE event.
Returns:
The group ID from the event.