uds_account_action_data_set_placement()

Set the placement for the specified account action data.

Synopsis:

#include "bb/pim/unified/unified_data_source.h"
 
void uds_account_action_data_set_placement(uds_account_action_data_t *account_action, uds_placement_type_t placement)

Since:

BlackBerry 10.2.0

Arguments:

account_action

The account action to set the placement for. This account action is represented by a uds_account_action_data_t and is created using uds_account_action_data_create().

placement

The placement to set, as a uds_placement_type_t.

Library:

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

Description:

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 appears 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: