Set the account key for the specified category data.
#include "bb/pim/unified/unified_data_source.h"
void uds_category_data_set_account_id(uds_category_data_t *category, uds_account_key_t account_id)
BlackBerry 10.2.0
The category to set the account key for. This category is represented by a uds_category_data_t and is created using uds_category_data_create().
The unique account key to set, as a uds_account_key_t.
The account key for an account is unique across the platform and it identifies a particular user account on a device. You can obtain this key by using the PIM Accounts API. The account key that you specify determines the account that this category appears in.