Get the list id of NAVIGATOR_INVOKE_LIST_ITEM_SELECTED and NAVIGATOR_INVOKE_LIST_CURSOR_MOVED events.
#include <bps/navigator_invoke.h>
BPS_API int navigator_invoke_event_get_list_id(bps_event_t *event)
BlackBerry 10.2.0
The NAVIGATOR_INVOKE_LIST_ITEM_SELECTED or NAVIGATOR_INVOKE_LIST_CURSOR_MOVED event.
The navigator_invoke_event_get_list_id() function returns the list ID of the list that the event corresponds to.
list ID upon success, BPS_FAILURE with errno set otherwise.