navigator_event_get_window_cover_height()

Get the height of the window cover.

Synopsis:

#include <bps/navigator.h>
 
BPS_API int navigator_event_get_window_cover_height(bps_event_t *event)

Since:

BlackBerry 10.0.0

Arguments:

event

The NAVIGATOR_WINDOW_COVER event.

Library:

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

Description:

The function navigator_event_get_window_cover_height() extracts the height of the window cover from a NAVIGATOR_WINDOW_COVER event.

Returns:

On success, the height of the window cover. Otherwise, BPS_FAILURE with errno set.