navigator_invoke_viewer_send()

The use of viewers has been deprecated - use applications or cards as invocation targets instead.

Synopsis:

#include <bps/navigator_invoke.h>
 
BPS_API int navigator_invoke_viewer_send(const navigator_invoke_viewer_t *viewer) BPS_DEPRECATED

Since:

BlackBerry 10.0.0

Arguments:

viewer

The navigator_invoke_viewer_t structure to send.

Library:

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

Description:

Deprecated:

The use of viewers has been deprecated - use applications or cards as invocation targets instead.

The navigator_invoke_viewer_send() function invokes a target handler that is specified by the given navigator_invoke_invocation_t structure within the navigator_invoke_viewer_t structure (see the navigator_invoke_invocation_send() function for more details regarding how a target for an invocation is determined). The handler uses the information provided in the navigator_invoke_viewer_t structure to invoke an instance of a viewer with the given parameters.

Returns:

BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.