Get the service ID that's associated with your app's registration with the BlackBerry Hub.
#include "bb/pim/unified/unified_data_source.h"
int uds_get_service_id(uds_context_t handle)
BlackBerry 10.2.0
The handle that's associated with your app's registration with the BlackBerry Hub.
This function returns the service ID that was assigned when your app registered with the BlackBerry Hub using uds_register_client(). If you're using the library in synchronous mode, you should have received a return value of UDS_SUCCESS from uds_register_client() before you call this function. If you're using the library in asynchronous mode, you should have received a return value of true from uds_get_response() (after calling uds_register_client()) before you call this function.
The service ID that's associated with your app's registration with the BlackBerry Hub.