The BBM Social Platform APIs
| API | Description |
|---|---|
| bbmsp.h |
Functions and structures that are used across the entire BBM Social Platform library. You can access functions to register your app with the BBM Social Platform, process bbmsp events, and retrieve the version of the BBM Social Platform library that your app is using. |
| bbmsp_contactlist.h |
Functions and structures that you can use to access a user's BBM contact information, such as display name, status, and personal message. |
| bbmsp_context.h |
Functions to determine your app's access status to the BBM Social Platform, and permissions for the app's profile box and BBM invitations. |
| bbmsp_events.h |
Event categories and event types for handling BBM Social Platform events, such as app registration or user profile updates. |
| bbmsp_messaging.h |
A function to send an invitation to your BBM contacts to download your app. |
| bbmsp_presence.h |
Defines the values that represent the presence status of a user on the BBM Social Platform, as well as the types of updates that can be made to a user's BBM profile. |
| bbmsp_user_profile_box.h |
Functions and structures that you can use to manage the items in the profile box for your app. The user profile box is a box for your app that appears in the current user's BlackBerry Messenger profile. |
| bbmsp_userprofile.h |
Functions and structures that are used to access the user's BBM profile. You can retrieve or change the user's display name, display picture, status, and personal message. |
| bbmsp_util.h |
Functions and structures that allow your app to create, retrieve, or delete images for a user's BBM profile display picture and the profile box icon for your app. |