Retrieve the type of the sub-menu item.
#include "bps/menu.h"
BPS_API int menu_sub_item_get_type(menu_sub_item_t *item)
BlackBerry 10.2.0
The sub-menu item.
The menu_sub_item_get_type() function extracts the type of the given sub-menu item object.
The type of the sub-menu item as a value of the menu_sub_item_type_t enum, or MENU_SUB_ITEM_TYPE_UNSPECIFIED on error.