uds_category_data_set_type()

Set the type for the specified category data.

Synopsis:

#include "bb/pim/unified/unified_data_source.h"
 
void uds_category_data_set_type(uds_category_data_t *category, int type)

Since:

BlackBerry 10.2.0

Arguments:

category

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

type

The type to set.

Library:

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

Description:

This function sets the type for the specified category data. Note that this value shouldn't be used for 3rd party applications.

Returns: