uds_category_data_set_name()

Set the name for the specified category data.

Synopsis:

#include "bb/pim/unified/unified_data_source.h"
 
void uds_category_data_set_name(uds_category_data_t *category, const char *name)

Since:

BlackBerry 10.2.0

Arguments:

category

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

name

The name to set.

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. The string value that you pass in as the name parameter must remain valid until the data is used in a call to uds_category_added() or uds_category_updated().

Returns: