bbmsp_contact_get_platform_version()

Retrieve a contact's version of the BBM Social Platform.

Synopsis:

#include <bbmsp/bbmsp_contactlist.h>
 
BBMSP_API bbmsp_result_t bbmsp_contact_get_platform_version(const bbmsp_contact_t *contact, int *platform_version)

Since:

BlackBerry 10.0.0

Arguments:

contact

A pointer to the contact whose BBM Social Platform version to get.

platform_version

is updated to the BBM Social Platform version of the contact.

Library:

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

Description:

Returns:

BBMSP_SUCCESS if successful, BBMSP_FAILURE otherwise.