Set the image source for the specified account action data.
#include "bb/pim/unified/unified_data_source.h"
void uds_account_action_data_set_image_source(uds_account_action_data_t *account_action, const char *image_source)
BlackBerry 10.2.0
The account action to set the image source for. This account action is represented by a uds_account_action_data_t and is created using uds_account_action_data_create().
The file name of the image source to set.
This image appears along with the title of the action in the BlackBerry Hub, wherever the action is placed (either on the action bar or in the overflow menu). 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 image_source parameter must remain valid until the data is used in a call to uds_register_account_action() or uds_update_account_action().