uds_inbox_item_data_get_source_id()

Get the source key for the inbox item data.

Synopsis:

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

Since:

BlackBerry 10.2.0

Arguments:

inbox_item

The inbox item to get the source key 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:

When you add an inbox item to the BlackBerry Hub using uds_item_added(), this item is assigned a unique source key. Typically, this key is unique per account and is used to represent the list item that was added.

Returns:

The source key of the specified inbox item, as a uds_source_key_t.