uds_item_action_data_get_image_source()

Get the image source for the specified item action data.

Synopsis:

#include "bb/pim/unified/unified_data_source.h"
 
const char* uds_item_action_data_get_image_source(uds_item_action_data_t const *item_action)

Since:

BlackBerry 10.2.0

Arguments:

item_action

The item action to get 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().

Library:

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

Description:

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.

Returns:

The file name of the image source for the specified item action.