Set the list id to associate with the invocation.
#include <bps/navigator_invoke.h>
BPS_API int navigator_invoke_invocation_set_list_id(navigator_invoke_invocation_t *invoke,
int list_id)
BlackBerry 10.2.0
The invocation to update.
The id of the list to associate the invocation with.
The navigator_invoke_invocation_set_list_id() function sets the list id of the list that invoke should be associated with. If list_id is 0, invoke is disassociated from any lists.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.