navigator_invoke_event_get_list_id()

Get the list id of NAVIGATOR_INVOKE_LIST_ITEM_SELECTED and NAVIGATOR_INVOKE_LIST_CURSOR_MOVED events.

Synopsis:

#include <bps/navigator_invoke.h>
 
BPS_API int navigator_invoke_event_get_list_id(bps_event_t *event)

Since:

BlackBerry 10.2.0

Arguments:

event

The NAVIGATOR_INVOKE_LIST_ITEM_SELECTED or NAVIGATOR_INVOKE_LIST_CURSOR_MOVED event.

Library:

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

Description:

The navigator_invoke_event_get_list_id() function returns the list ID of the list that the event corresponds to.

Returns:

list ID upon success, BPS_FAILURE with errno set otherwise.