The use of viewers has been deprecated - use applications or cards as invocation targets instead.
#include <bps/navigator_invoke.h>
BPS_API int navigator_invoke_viewer_send(const navigator_invoke_viewer_t *viewer) BPS_DEPRECATED
BlackBerry 10.0.0
The navigator_invoke_viewer_t structure to send.
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.
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.