uds_inbox_item_data_get_icon()

Get the file name of the icon for the specified inbox item data.

Synopsis:

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

Since:

BlackBerry 10.2.0

Arguments:

inbox_item

The inbox item to get the file name of the icon 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 icon appears on the left side of the inbox list item (beside the name and description) when the list item is displayed in the BlackBerry Hub.

Returns:

The file name of the icon for the specified inbox item.