uds_inbox_item_data_set_source_id()

Set the source key for the specified inbox item data.

Synopsis:

#include "bb/pim/unified/unified_data_source.h"
 
void uds_inbox_item_data_set_source_id(uds_inbox_item_data_t *inbox_item, uds_source_key_t source_id)

Since:

BlackBerry 10.2.0

Arguments:

inbox_item

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

source_id

The unique source key to set, as a uds_source_key_t.

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: