uds_category_data_get_name()

Get the name for the specified category data.

Synopsis:

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

Since:

BlackBerry 10.2.0

Arguments:

category

The category to get the name 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:

This name appears in the account view of the BlackBerry Hub for the account where the category was added.

Returns:

The name of the specified category.