Retrieve the IMEI.
#include <bps/deviceinfo.h>
BPS_API const char* deviceinfo_identifying_details_get_imei(deviceinfo_identifying_details_t *details)
BlackBerry 10.2.0
The deviceinfo_identifying_details_t structure to get the IMEI from.
The deviceinfo_identifying_details_get_imei() function gets the IMEI from the specified deviceinfo_identifying_details_t structure.
The IMEI or NULL if it is not available.