Indicate whether Credential Manager is available on this platform.
#include <sys/credential/credential_client.h>
bool credential_client_is_available(void)
BlackBerry 10.3.1
The Credential Manager is not provided on all platforms. Clients can use this function to check if Credential Manager is available on this platform. If Credential manager is not available on this platform, all other Credential Manager API functions will return CREDMGR_ERR_NOT_IMPLEMENTED or false.
true if the Credential Manager is available on this platform, false otherwise.