bbmsp_profile_get_app_version()

Retrieve the version of the BBM connected app that the user is running.

Synopsis:

#include "bbmsp/bbmsp_userprofile.h"
 
BBMSP_API bbmsp_result_t bbmsp_profile_get_app_version(bbmsp_profile_t *profile, char *app_version, size_t buffer_size)

Since:

BlackBerry 10.0.0

Arguments:

profile

A pointer to the contact's BBM profile.

app_version

An updated pointer to the app version array, encoded as UTF-8.

buffer_size

The size of the app_version buffer array.

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.