Retrieve the BBM user profile that was changed.
#include "bbmsp/bbmsp_userprofile.h"
BBMSP_API bbmsp_result_t bbmsp_event_profile_changed_get_profile(bbmsp_event_t *event, bbmsp_profile_t **profile)
BlackBerry 10.0.0
A pointer to the bbmsp event that was triggered when the user profile was changed.
An updated pointer to the BBM user profile that was changed.
When a user's profile is changed, a BBMSP_SP_EVENT_PROFILE_CHANGED event is triggered.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.