menu_event_get_id()

Retrieve the ID from a menu event.

Synopsis:

#include "bps/menu.h"
 
BPS_API const char* menu_event_get_id(bps_event_t *event)

Since:

BlackBerry 10.0.0

Arguments:

event

The event to extract the ID from.

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

The menu_event_get_id() function extracts the ID from the MENU_GET_MENU_ITEMS_RESULT event.

Returns:

The ID field from the event.