menu_sub_item_get_frecency()

Retrieve the frecency score of the sub-menu item.

Synopsis:

#include "bps/menu.h"
 
BPS_API int menu_sub_item_get_frecency(menu_sub_item_t *item)

Since:

BlackBerry 10.2.0

Arguments:

item

The sub-menu item.

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

The menu_sub_item_get_frecency() function extracts the frecency score of the given sub-menu item object.

Returns:

The frecency from the sub-menu item.