navigator_event_get_data()

Get the data from a navigator invoke event.

Synopsis:

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

Since:

BlackBerry 10.0.0

Arguments:

event

The NAVIGATOR_INVOKE event to extract the data from.

Library:

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

Description:

The navigator_event_get_data() function extracts the data from a NAVIGATOR_INVOKE event.

Returns:

The data field from the event.