navigator_invoke_invocation_get_list_id()

Get the list ID with which the invocation should be associated with.

Synopsis:

#include <bps/navigator_invoke.h>
 
BPS_API int navigator_invoke_invocation_get_list_id(const navigator_invoke_invocation_t *invocation)

Since:

BlackBerry 10.2.0

Arguments:

invocation

A pointer to the navigator_invoke_invocation_t structure whose list ID you want to retrieve.

Library:

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

Description:

The navigator_invoke_invocation_get_list_id() function gets the list ID with which invoke is associated.

Returns:

The id of the list this invocation should be associated with, or 0 if no such association exists.