navigator_event_get_extended_data()

Gets extended data from the event if it is available.

Synopsis:

#include <bps/navigator.h>
 
BPS_API const char* navigator_event_get_extended_data(bps_event_t *event)

Since:

BlackBerry 10.0.0

Arguments:

event

The original event.

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

Returns:

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.