uds_inbox_item_data_set_timestamp()

Set the timestamp for the specified inbox item data.

Synopsis:

#include "bb/pim/unified/unified_data_source.h"
 
void uds_inbox_item_data_set_timestamp(uds_inbox_item_data_t *inbox_item, long long int timestamp)

Since:

BlackBerry 10.2.0

Arguments:

inbox_item

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

timestamp

The timestamp to set.

Library:

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

Description:

This timestamp determines the order that the inbox item is displayed in the BlackBerry Hub. Items with the most recent timestamps are listed at the top. This timestamp is in UNIX format, in milliseconds.

Returns: