navigator_event_get_syskey_key()

Get the system key from a navigator system key event.

Synopsis:

#include <bps/navigator.h>
 
BPS_API int navigator_event_get_syskey_key(bps_event_t *event)

Since:

BlackBerry 10.3.1

Arguments:

event

The NAVIGATOR_SYSKEY_PRESS event to extract the system key from.

Library:

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

Description:

The navigator_event_get_syskey_key() function extracts the system key from a NAVIGATOR_SYSKEY_PRESS event.

Returns:

The system key from the event. Otherwise, return BPS_FAILURE with errno set.