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