Get the file name of the locked icon for the specified account data.
#include "bb/pim/unified/unified_data_source.h"
const char* uds_account_data_get_locked_icon(uds_account_data_t const *account)
BlackBerry 10.2.0
The account to get the file name of the locked icon for. This account is represented by a uds_account_data_t and is created using uds_account_data_create().
If an account is associated with the enterprise perimeter, it's possible that this perimeter may be locked. If this perimeter is locked when a user views the BlackBerry Hub, any accounts associated with it are not accessible, and these accounts display a different icon on the account tab in the BlackBerry Hub. This function lets you retrieve the icon that appears when an account's perimeter is locked.
The file name of the locked icon for the specified account.