uds_unregister_client()

Unregister your app as a client entity with the BlackBerry Hub.

Synopsis:

#include "bb/pim/unified/unified_data_source.h"
 
int uds_unregister_client(uds_context_t handle)

Since:

BlackBerry 10.2.0

Arguments:

handle

The handle that's associated with your app's registration with the BlackBerry Hub.

Library:

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

Description:

This function unregisters your app with the BlackBerry Hub, after which your app is no longer eligible to add and manipulate BlackBerry Hub data.

Returns:

UDS_SUCCESS if your app was unregistered successfully, or a non-zero error code on failure. See uds_error_code_t or errno.h for details.