Retrieve the field that was modified when a contact's profile is changed.
#include <bbmsp/bbmsp_contactlist.h>
BBMSP_API bbmsp_result_t bbmsp_event_contact_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.
is updated with the field that was changed.
When a contact changes their profile information, a BBMSP_SP_EVENT_PROFILE_CHANGED event is triggered.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.