bbmsp_event_access_changed_get_access_error_code()

Retrieve the status code that describes your app's access to BBM Social Platform.

Synopsis:

#include <bbmsp/bbmsp_context.h>
 
BBMSP_API bbmsp_access_error_codes_t bbmsp_event_access_changed_get_access_error_code(bbmsp_event_t *event)

Since:

BlackBerry 10.0.0

Arguments:

event

A pointer to the bbmsp event that was triggered when access changed.

Library:

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

Description:

When you receive a BBMSP_REGISTRATION category event of type BBMSP_SP_EVENT_ACCESS_CHANGED, you use this function to determine your access to the BBM Social Platform.

Returns:

The access status code.