Get which list item to select from NAVIGATOR_INVOKE_LIST_ITEM_SELECTED events.
#include <bps/navigator_invoke.h>
BPS_API int navigator_invoke_event_get_list_item_selection(bps_event_t *event)
BlackBerry 10.2.0
The NAVIGATOR_INVOKE_LIST_ITEM_SELECTED event.
The navigator_invoke_event_get_list_item_selection() function returns which list item to select.
The navigator_invoke_list_cursor_direction_t of the list item to select upon success, BPS_FAILURE with errno set otherwise.