uds_account_action_data_get_type()

Get the target type for the specified account action data.

Synopsis:

#include "bb/pim/unified/unified_data_source.h"
 
const char* uds_account_action_data_get_type(uds_account_action_data_t *account_action)

Since:

BlackBerry 10.2.0

Arguments:

account_action

The account action to get 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().

Library:

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

Description:

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".

Returns:

The target type for the specified account action.