Set the image source for the specified item action data.
#include "bb/pim/unified/unified_data_source.h"
void uds_item_action_data_set_image_source(uds_item_action_data_t *item_action, const char *imageSource)
BlackBerry 10.2.0
The item action to set the image source for. This item action is represented by a uds_item_action_data_t and is created using uds_item_action_data_create().
The file name of the image source to set.
This image appears along with the title in the context menu when a user presses and holds the associated inbox item in the BlackBerry Hub. The image that you want to use must be located in the asset directory that you specify when you call uds_register_client(). The image should also be 81x81 pixels and in PNG format.
The string value that you pass in as the imageSource parameter must remain valid until the data is used in a call to uds_register_item_action() or uds_update_item_action().