Send the get menu items request.
#include "bps/menu.h"
BPS_API int menu_request_send(menu_request_t *request,
const char *id)
BlackBerry 10.0.0
The get menu items request to send. The request cannot be NULL.
The ID of the message used to correlate the request with the response MENU_GET_MENU_ITEMS_RESULT. The ID cannot be NULL.
The menu_request_send() function sends the get menu items request to the menu service.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.