Gets extended data from the event if it is available.
#include <bps/navigator.h>
BPS_API const char* navigator_event_get_extended_data(bps_event_t *event)
BlackBerry 10.0.0
The original event.
A buffer of extended data, NULL if no data was available and with errno set if there was some other error. The BPS library holds ownership of the returned buffer and will destroy it upon destruction of the event.