menu_request_get_target_key()

Retrieve the target key from the menu request object.

Synopsis:

#include "bps/menu.h"
 
BPS_API const char* menu_request_get_target_key(menu_request_t *request)

Since:

BlackBerry 10.3.0

Arguments:

request

The menu request to retrieve the target key from.

Library:

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

Description:

The menu_request_get_target_key() function extracts the target key from the specified menu request object (see menu_request_set_target_key()).

Returns:

The menu request target key.