uds_inbox_item_data_get_extended_data()

Get the extended data for the specified inbox item data.

Synopsis:

#include "bb/pim/unified/unified_data_source.h"
 
const char* uds_inbox_item_data_get_extended_data(uds_inbox_item_data_t const *inbox_item)

Since:

BlackBerry 10.2.0

Arguments:

inbox_item

The inbox item to get 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().

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.

Returns:

The extended data for the specified inbox item.