bbmsp_send_download_invitation()

Send an invitation to a user's BBM contacts to download your app.

Synopsis:

#include <bbmsp/bbmsp_messaging.h>
 
BBMSP_API int bbmsp_send_download_invitation(void)

Since:

BlackBerry 10.0.0

Arguments:

Library:

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

Description:

The contact picker displays for the user to select the contacts to invite. Only those contacts who have not yet installed the app will be displayed in the contact picker. The BBM Social Platform allows up to 10 download invitations per minute.

Returns:

BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.