An enumeration of account types.
#include "bb/pim/unified/unified_data_source.h"
typedef enum {
UDS_ACCOUNT_TYPE_NOTIFICATION = 2
UDS_ACCOUNT_TYPE_TEXT_MESSAGE = 3
UDS_ACCOUNT_TYPE_SOCIAL = 5
UDS_ACCOUNT_TYPE_IM = 6
UDS_ACCOUNT_TYPE_OTHER = 11
} uds_account_type_t;
BlackBerry 10.2.0
This enumeration represents the different account types that can be registered with the BlackBerry Hub, such as an SMS/MMS account, a social account, or an instant messaging account. The account type is used to group and order the accounts on the account tab in the BlackBerry Hub.
It's important to note that setting the type of an account does not guarantee a specific placement order on the main tab in the BlackBerry Hub.