Indicate whether the device is a simulator.
#include <bps/deviceinfo.h>
BPS_API bool deviceinfo_details_is_simulator(deviceinfo_details_t *details)
BlackBerry 10.0.0
The deviceinfo_details_t structure to get simulator status from.
The deviceinfo_details_is_simulator() function indicates whether the device is a simulator from the specified deviceinfo_details_t structure.
true if the device is the simulator, false otherwise.