uds_account_data_set_id()

Set the account key for the specified account data.

Synopsis:

#include "bb/pim/unified/unified_data_source.h"
 
void uds_account_data_set_id(uds_account_data_t *account, uds_account_key_t id)

Since:

BlackBerry 10.2.0

Arguments:

account

The account to set the account key for. This account is represented by a uds_account_data_t and is created using uds_account_data_create().

id

The unique account key to set.

Library:

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

Description:

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.

Returns: