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_get_width(const navigator_invoke_viewer_t *viewer) BPS_DEPRECATED
BlackBerry 10.0.0
A pointer to the navigator_invoke_viewer_t structure whose width member you want to retrieve.
Deprecated:
The use of viewers has been deprecated - use applications or cards as invocation targets instead.
The navigator_invoke_viewer_get_width() function extracts the window width of a given navigator_invoke_viewer_t structure. The width member is used to set the width of the window created by a viewer invocation (see the navigator_invoke_viewer_set_width() function for further details).
The invocation viewer width if was provided by the sender, -1 with errno set otherwise.