bbmsp_user_profile_box_items_size()

Count the number of items in a list of profile box items.

Synopsis:

#include "bbmsp/bbmsp_user_profile_box.h"
 
BBMSP_API unsigned int bbmsp_user_profile_box_items_size(bbmsp_user_profile_box_item_list_t *item_list)

Since:

BlackBerry 10.0.0

Arguments:

item_list

A pointer to the list of the items to count.

Library:

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

Description:

If bbmsp_can_show_profile_box() returns false, this method will return 0.

Returns:

The number of items in the list.