Remove an item from the list of items in a profile box.
#include "bbmsp/bbmsp_user_profile_box.h"
BBMSP_API bbmsp_result_t bbmsp_user_profile_box_itemlist_remove_at(bbmsp_user_profile_box_item_list_t *item_list, unsigned int index)
BlackBerry 10.0.0
A pointer to the list that contains the item to remove.
The index of the item to remove.
Individual items in a list of profile box items are accessed by index number. Index numbers begin at 0. The memory associated with the item that is removed will be released. If bbmsp_can_show_profile_box() returns false, this method will return BBMSP_FAILURE.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.