uds_item_action_data_set_title()

Set the title for the specified item action data.

Synopsis:

#include "bb/pim/unified/unified_data_source.h"
 
void uds_item_action_data_set_title(uds_item_action_data_t *item_action, const char *title)

Since:

BlackBerry 10.2.0

Arguments:

item_action

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

title

The title to set.

Library:

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

Description:

This title appears as the label of the action on the context menu when a user presses and holds the associated inbox item in the BlackBerry Hub. The string value that you pass in as the title parameter must remain valid until the data is used in a call to uds_register_item_action() or uds_update_item_action().

Returns: