Retrieve the secondary title from the menu item object.
#include "bps/menu.h"
BPS_API const char* menu_item_get_secondary_title(menu_item_t *item)
BlackBerry 10.0.0
The menu item to retrieve the secondary title from.
The menu_item_get_secondary_title() function extracts the secondary title of the given menu item object. The secondary title may be presented as a subscript to the main title. The function doesn't copy the data and the returned values are released once the bps_get_event() function is called again.
The secondary title from the menu item, NULL if there is no secondary title.