Retrieve the title from the menu item object.
#include "bps/menu.h"
BPS_API const char* menu_item_get_title(menu_item_t *item)
BlackBerry 10.0.0
The menu item to retrieve the title from.
The menu_item_get_title() function extracts the title of the given menu item object. The title is used at the top of the menu to describe the items within it. The function doesn't copy the data and the returned values are released once the bps_get_event() function is called again.
The title from the menu item, NULL if there is no title.