Get the account key for the specified account data.
#include "bb/pim/unified/unified_data_source.h"
uds_account_key_t uds_account_data_get_id(uds_account_data_t const *account)
BlackBerry 10.2.0
The account to get the account key for. This account is represented by a uds_account_data_t and is created using uds_account_data_create().
The account key for an account is unique across the platform and it identifies a particular user account on a device.
The account key of the specified account, as a uds_account_key_t.