Retrieve the proximity from a SENSOR_PROXIMITY_READING event.
#include <bps/sensor.h>
BPS_API float sensor_event_get_proximity(bps_event_t *event)
BlackBerry 10.0.0
The SENSOR_PROXIMITY_READING event to get the proximity from.
The sensor_event_get_proximity() function gets the proximity from the specified SENSOR_PROXIMITY_READING event. The proximity indicates whether the closest object to the device is near or far from the device.
The proximity as a boolean value of 0.0f (close) and 1.0f (far) when the function completes successfully, NaN with the errno value set otherwise.