uds_account_data_get_type()

Get the type for the specified account data.

Synopsis:

#include "bb/pim/unified/unified_data_source.h"
 
uds_account_type_t uds_account_data_get_type(uds_account_data_t const *account)

Since:

BlackBerry 10.2.0

Arguments:

account

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().

Library:

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

Description:

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.

Returns:

The type of the specified account, as a uds_account_type_t.