uds_account_action_data_set_target()

Set the target for the specified account action data.

Synopsis:

#include "bb/pim/unified/unified_data_source.h"
 
void uds_account_action_data_set_target(uds_account_action_data_t *account_action, const char *invoke_target)

Since:

BlackBerry 10.2.0

Arguments:

account_action

The account action to set the target for. This account action is represented by a uds_account_action_data_t and is created using uds_account_action_data_create().

invoke_target

The target to set.

Library:

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

Description:

This target specifies the target application that's used to invoke the account action. If you had previously specified a generic target for all account actions using uds_account_data_set_target_name(), this generic target is overridden by the specific target that you set using this function.

The string value that you pass in as the invoke_target parameter must remain valid until the data is used in a call to uds_register_account_action() or uds_update_account_action().

Returns: