Get the invocation action for the specified account action data.
#include "bb/pim/unified/unified_data_source.h"
const char* uds_account_action_data_get_action(uds_account_action_data_t const *account_action)
BlackBerry 10.2.0
The account action to get the invocation action for. This account action is represented by a uds_account_action_data_t and is created using uds_account_action_data_create().
When you add an account action to an account in the BlackBerry Hub, you can specify the action by referring to one of the invocation framework actions, such as "bb.action.STATUS" and "bb.action.CREATE".
The invocation action of the specified account action.