Count the number of items in a list of profile box items.
#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)
BlackBerry 10.0.0
A pointer to the list of the items to count.
If bbmsp_can_show_profile_box() returns false, this method will return 0.
The number of items in the list.