Retrieve the action from the menu request.
#include "bps/menu.h"
BPS_API const char* menu_request_get_action(menu_request_t *request)
BlackBerry 10.0.0
The menu request to retrieve the action from.
The menu_request_get_action() function extracts the action of the specified menu request. The function doesn't copy data and the returned values are released once the menu request is destroyed.
The menu request action if provided by the sender, NULL otherwise.