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