Set the target type for the specified account action data.
#include "bb/pim/unified/unified_data_source.h"
void uds_account_action_data_set_type(uds_account_action_data_t *account_action, const char *target_type)
BlackBerry 10.2.0
The account action to set the target type for. This account action is represented by a uds_account_action_data_t and is created using uds_account_action_data_create().
The target type to set.
This target type specifies what kind of target is used to invoke the account action. For example, if the target is a "Compose" card, then the target type is "card.composer". If the target is a service, then the target type is "service". The string value that you pass in as the target_type parameter must remain valid until the data is used in a call to uds_register_account_action() or uds_update_account_action().