navigator_invoke_viewer_send()

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

Synopsis:

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

Arguments:

viewer

The navigator_invoke_viewer_t structure to send.

Library:

libbps

Description:

Deprecated:

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

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 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.