Set the target for the specified item action data.
#include "bb/pim/unified/unified_data_source.h"
void uds_item_action_data_set_target(uds_item_action_data_t *item_action, const char *invokeTarget)
BlackBerry 10.2.0
The item action to set the target for. This item action is represented by a uds_item_action_data_t and is created using uds_item_action_data_create().
The target to set.
This target specifies the target application that's used to invoke the item action. The string value that you pass in as the invokeTarget parameter must remain valid until the data is used in a call to uds_register_item_action() or uds_update_item_action().