Set the display name of the provided profile instance.
#include "bbmsp/bbmsp_userprofile.h"
BBMSP_API bbmsp_result_t bbmsp_profile_set_display_name(bbmsp_profile_t *profile, const char *display_name)
BlackBerry 10.0.0
A pointer to the user's BBM profile.
A pointer to the user's display name as an array, encoded as UTF-8.
Upon receiving an update to the user's display name, you can update your own copy of the profile with the new display name by using this function. Your app cannot trigger a change to the user's display name through this function.
This function does not update the user's display name.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.