Retrieve the contact whose contact information has changed.
#include <bbmsp/bbmsp_contactlist.h>
BBMSP_API bbmsp_result_t bbmsp_event_contact_changed_get_contact(bbmsp_event_t *event, bbmsp_contact_t **contact)
BlackBerry 10.0.0
A pointer to the BBMSP event that was triggered.
is populated with the contact data whose information was changed. The memory allocated by this function needs to be freed using bbmsp_contact_destroy() when no longer needed.
When a contact changes their contact information, a BBMSP_SP_EVENT_CONTACT_CHANGED event is triggered.
BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.