uds_item_action_data_get_placement()

Get the placement for the specified item action data.

Synopsis:

#include "bb/pim/unified/unified_data_source.h"
 
uds_placement_type_t uds_item_action_data_get_placement(uds_item_action_data_t const *item_action)

Since:

BlackBerry 10.2.0

Arguments:

item_action

The item action to get the placement for. This item action is represented by a uds_item_action_data_t and is created using uds_item_action_data_create().

Library:

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

Description:

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

Returns:

The placement of the specified item action, as a uds_placement_type_t.