Create a handle for account action data.
#include "bb/pim/unified/unified_data_source.h"
uds_account_action_data_t* uds_account_action_data_create()
BlackBerry 10.2.0
This handle is represented as a uds_account_action_data_t and is the primary way of communicating with the BlackBerry Hub for changes and inquiries related to account actions. It includes all of the information about a particular account action, and you pass this handle as a parameter to uds_register_account_action() and uds_update_account_action() when you want to add or update an account action in the BlackBerry Hub, respectively.
You also use this handle to specify the account action that you want to change (using functions such as uds_account_action_data_set_action() and uds_account_action_data_set_title()) or retrieve information for (using functions such as uds_account_action_data_get_action() and uds_account_action_data_get_title()).
A handle for account action data, as a uds_account_action_data_t.