Retrieve your app's current access status to the BBM Social Platform.
#include <bbmsp/bbmsp_context.h>
BBMSP_API bbmsp_access_error_codes_t bbmsp_get_access_code(void)
BlackBerry 10.0.0
On startup, this function will return BBMSP_ACCESS_UNKNOWN. After the BBM Social Platform determines your status, your app receives a BBMSP_REGISTRATION category event of type BBMSP_SP_EVENT_ACCESS_CHANGED. After you receive this event, you can use this function again to retrieve the current access status.
The value returned by this function reflects the latest access status.
The access status code.