navigator_invoke_invocation_set_list_id()

Set the list id to associate with the invocation.

Synopsis:

#include <bps/navigator_invoke.h>
 
BPS_API int navigator_invoke_invocation_set_list_id(navigator_invoke_invocation_t *invoke,
                                                    int list_id)

Since:

BlackBerry 10.2.0

Arguments:

invoke

The invocation to update.

list_id

The id of the list to associate the invocation with.

Library:

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

Description:

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.

Returns:

BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.