uds_account_data_set_target_name()

Set the target name for the specified account data.

Synopsis:

#include "bb/pim/unified/unified_data_source.h"
 
void uds_account_data_set_target_name(uds_account_data_t *account, const char *target_name)

Since:

BlackBerry 10.2.0

Arguments:

account

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().

target_name

The target name to set.

Library:

libunifieddatasourcec (For the qcc command, use the -l unifieddatasourcec option to link against this library)

Description:

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().

Returns: