Get the target type for the specified item action data.
#include "bb/pim/unified/unified_data_source.h"
const char* uds_item_action_data_get_type(uds_item_action_data_t const *item_action)
BlackBerry 10.2.0
The item action to get the target type for. This item action is represented by a uds_item_action_data_t and is created using uds_item_action_data_create().
This target type specifies what kind of target is used to invoke the item 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 target type of the specified item action.