Set the target name for the specified account data.
#include "bb/pim/unified/unified_data_source.h"
void uds_account_data_set_target_name(uds_account_data_t *account, const char *target_name)
BlackBerry 10.2.0
The account to set the target name for. This account is represented by a uds_account_data_t and is created using uds_account_data_create().
The target name to set.
This target name is used as a generic target for all invocation framework actions that are related to this account. If an account action provides its own target (by using uds_account_action_data_set_target()), that specific target overrides the generic target for that account action. The string value that you pass in as the target_name parameter must remain valid until the data is used in a call to uds_account_added() or uds_account_updated().