Get the placement for the specified account action data.
#include "bb/pim/unified/unified_data_source.h"
uds_placement_type_t uds_account_action_data_get_placement(uds_account_action_data_t *account_action)
BlackBerry 10.2.0
The account action to get the placement for. This account action is represented by a uds_account_action_data_t and is created using uds_account_action_data_create().
Each account action can be placed in different locations when in account view in the BlackBerry Hub. Based on the placement that you specify, an account action will appear on the action bar at the bottom of the screen, in the overflow menu, or in both locations. Actions can also be placed in fixed locations, such as the fixed location for "delete" actions.
The placement of the specified account action.