bbmsp_user_profile_box_remove_item()

Remove a profile box item from the user's BBM profile box.

Synopsis:

#include "bbmsp/bbmsp_user_profile_box.h"
 
BBMSP_API bbmsp_result_t bbmsp_user_profile_box_remove_item(const char *itemid)

Since:

BlackBerry 10.0.0

Arguments:

itemid

A pointer to the buffer that contains the itemid of the item to remove. itemid must be a null-terminated C-string, encoded as UTF-8.

Library:

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

Description:

This process takes place asynchronously. If bbmsp_can_show_profile_box() returns false, this method will return BBMSP_FAILURE.

Returns:

BBMSP_ASYNC is successful, BBMSP_FAILURE otherwise.