Stop the navigator from sending SWIPE_START events.
#include <bps/navigator.h>
BPS_API int navigator_stop_swipe_start()
BlackBerry 10.0.0
The navigator_stop_swipe_start() function stops the navigator from sending SWIPE_START events. The navigator will return to sending SWIPE_DOWN events. (see navigator_request_swipe_start())
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.