Determine whether this user has allowed other users of this app to send this user invitations to become a BBM contact.
#include <bbmsp/bbmsp_context.h>
BBMSP_API int bbmsp_can_send_bbm_invite(void)
BlackBerry 10.0.0
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.
1 if allowed, 0 otherwise.