Set the type for the specified account data.
#include "bb/pim/unified/unified_data_source.h"
void uds_account_data_set_type(uds_account_data_t *account, uds_account_type_t type)
BlackBerry 10.2.0
The account to set the type for. This account is represented by a uds_account_data_t and is created using uds_account_data_create().
The account type to set. If not specified, the default value is UDS_ACCOUNT_TYPE_OTHER.
The type of an account is specified by using values in the uds_account_type_t enumeration. An account might be an SMS/MMS text messaging account, a social account, or another type of account.