Get the type for the specified account data.
#include "bb/pim/unified/unified_data_source.h"
uds_account_type_t uds_account_data_get_type(uds_account_data_t const *account)
BlackBerry 10.2.0
The account to get the type for. This account is represented by a uds_account_data_t and is created using uds_account_data_create().
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.
The type of the specified account, as a uds_account_type_t.