uds_inbox_item_data_set_extended_data()

Set the extended data for the specified inbox item data.

Synopsis:

#include "bb/pim/unified/unified_data_source.h"
 
void uds_inbox_item_data_set_extended_data(uds_inbox_item_data_t *inbox_item, const char *extended_data)

Since:

BlackBerry 10.2.0

Arguments:

inbox_item

The inbox item to set the extended data for. This inbox item is represented by a uds_inbox_item_data_t and is created using uds_inbox_item_data_create().

extended_data

The extended data to set.

Library:

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

Description:

This data can be any information that you want to associate with the inbox item, and it's used to customize the inbox item when it's displayed in the BlackBerry Hub. For example, in the BBM app, the delivery status icon is a type of extended data and can be specified here.

The string value that you pass in as the extended_data parameter must remain valid until the data is used in a call to uds_item_added() or uds_item_updated().

Returns: