Retrieve the text associated with a profile box item.
#include "bbmsp/bbmsp_user_profile_box.h"
BBMSP_API bbmsp_result_t bbmsp_user_profile_box_item_get_text(const bbmsp_user_profile_box_item_t *item, char *text_buffer, size_t buffer_size)
BlackBerry 10.0.0
A pointer to the profile box item.
A pointer to the buffer where the text will be stored.
The size of the text_buffer.
If bbmsp_can_show_profile_box() returns false, this method will return BBMSP_FAILURE.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.