bbmsp_can_send_bbm_invite()

Determine whether this user has allowed other users of this app to send this user invitations to become a BBM contact.

Synopsis:

#include <bbmsp/bbmsp_context.h>
 
BBMSP_API int bbmsp_can_send_bbm_invite(void)

Since:

BlackBerry 10.0.0

Arguments:

Library:

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

Description:

This function returns an accurate value only if your app has access to the BBM Social Platform (if bbmsp_is_access_allowed() returns 1).

The user can modify this permission through the global settings for the app.

Returns:

1 if allowed, 0 otherwise.