Retrieve the secondary icon URI from the sub-menu item object.
#include "bps/menu.h"
BPS_API const char* menu_sub_item_get_secondary_icon(menu_sub_item_t *item)
BlackBerry 10.2.0
The menu item to retrieve the secondary icon URI from.
The menu_item_get_secondary_icon() function extracts the secondary icon URI of the given sub-menu item object. The secondary icon may be presented as an overlay on a larger icon. The function doesn't copy the data and the returned values are released once the bps_get_event() function is called again.
For example, "file:///path/to/secondary_icon"
The secondary icon URI from the menu item, NULL if there is no icon URI.