Update an existing inbox list item in the BlackBerry Hub.
#include "bb/pim/unified/unified_data_source.h"
int uds_item_updated(uds_context_t handle, const uds_inbox_item_data_t *pItem)
BlackBerry 10.2.0
The handle that's associated with your app's registration with the BlackBerry Hub.
The inbox list item to update. This item is represented as a uds_inbox_item_data_t and contains all of the information that's required to display the item in the BlackBerry Hub.
This function updates the information in an inbox list item that's already been added to the BlackBerry Hub using uds_item_added().
UDS_SUCCESS if the inbox list item was updated successfully, or a non-zero error code on failure. See uds_error_code_t or errno.h for details.