An enumeration of account statuses.
#include "bb/pim/unified/unified_data_source.h"
typedef enum {
UDS_ACCOUNT_ENTERPRISE = 2
UDS_ACCOUNT_PERSONAL = 8
UDS_ACCOUNT_HYBRID = 64
} uds_account_status_t;
BlackBerry 10.2.0
This enumeration represents the different account statuses that can be registered with the BlackBerry Hub. Account status is used to categorize an account as a work account, personal account, or hybrid account.