uds_account_data_get_target_name()

Get the target name for the specified account data.

Synopsis:

#include "bb/pim/unified/unified_data_source.h"
 
const char* uds_account_data_get_target_name(uds_account_data_t const *account)

Since:

BlackBerry 10.2.0

Arguments:

account

The account to get the target name for. This account is represented by a uds_account_data_t and is created using uds_account_data_create().

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.

Returns:

The target name of the specified account.