Get the user data for the specified inbox item data.
#include "bb/pim/unified/unified_data_source.h"
const char* uds_inbox_item_data_get_user_data(uds_inbox_item_data_t const *inbox_item)
BlackBerry 10.2.0
The inbox item to get the user data for. This inbox item is represented by a uds_inbox_item_data_t and is created using uds_inbox_item_data_create().
This data can be any information that you want to associate with the inbox item. For example, if the inbox item is a notification that a particular service or feature expires soon, you might include the expiry date as user data.
The user data for the specified inbox item.