Set the name for the specified inbox item data.
#include "bb/pim/unified/unified_data_source.h"
void uds_inbox_item_data_set_name(uds_inbox_item_data_t *inbox_item, const char *name)
BlackBerry 10.2.0
The inbox item to set the name for. This inbox item is represented by a uds_inbox_item_data_t and is created using uds_inbox_item_data_create().
The name to set.
This name appears as the top-most line in the inbox list item when the list item is displayed in the BlackBerry Hub. The string value that you pass in as the name parameter must remain valid until the data is used in a call to uds_item_added() or uds_item_updated().