uds_category_data_get_type()

Get the type for the specified category data.

Synopsis:

#include "bb/pim/unified/unified_data_source.h"
 
int uds_category_data_get_type(uds_category_data_t const *category)

Since:

BlackBerry 10.2.0

Arguments:

category

The category to get the type for. This category is represented by a uds_category_data_t and is created using uds_category_data_create().

Library:

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

Description:

Note that this value should not be used for 3rd party applications.

Returns:

The type of the specified category.