Sends data to the navigator service.
#include <bps/navigator.h>
BPS_API int navigator_raw_write(const char *data,
unsigned int length)
BlackBerry 10.0.0
The data to be sent.
The length of the data.
The data will only be sent if navigator_request_events() was called with NAVIGATOR_EXTENDED_DATA.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.