navigator_invoke_invocation_send()

Request an invocation to a target.

Synopsis:

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

Since:

BlackBerry 10.0.0

Arguments:

invocation

The navigator_invoke_invocation_t structure to send.

Library:

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

Description:

The navigator_invoke_invocation_send() function invokes a target handler that is specified by the given navigator_invoke_invocation_t structure. The target of an invocation can be determined in the following manners:

Returns:

BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.