Set the description for the specified account data.
#include "bb/pim/unified/unified_data_source.h"
void uds_account_data_set_description(uds_account_data_t *account, const char *account_desc)
BlackBerry 10.2.0
The account to set the description for. This account is represented by a uds_account_data_t and is created using uds_account_data_create().
The description to set.
This description appears under the main account label in the associated account's tab in the BlackBerry Hub. This description could include account-specific information, such as the user account name. The string value that you pass in as the account_desc parameter must remain valid until the data is used in a call to uds_account_added() or uds_account_updated().