Set the placement for the specified item action data.
#include "bb/pim/unified/unified_data_source.h"
void uds_item_action_data_set_placement(uds_item_action_data_t *item_action, uds_placement_type_t placement)
BlackBerry 10.2.0
The item action to set the placement for. This item action is represented by a uds_item_action_data_t and is created using uds_item_action_data_create().
The placement to set, as a uds_placement_type_t.
Each item action can be placed in different locations when in account view in the BlackBerry Hub. Based on the placement that you specify, an item action will appear in the general area of the context menu, or in a specific fixed location in the context menu (such as the fixed location for "delete" actions). Item actions can't be placed on the action bar, so if you specify the placement as UDS_PLACEMENT_BAR, this placement is ignored.