Get the service state that's associated with your app's registration with the BlackBerry Hub.
#include "bb/pim/unified/unified_data_source.h"
int uds_get_service_status(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 state that was assigned when your app registered with the BlackBerry Hub using uds_register_client(), as one of the values in uds_registration_code_t, such as UDS_REGISTRATION_NEW or UDS_REGISTRATION_EXISTS. 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 status that's associated with your app's registration with the BlackBerry Hub.