navigator_event_get_window_state()

Get the current window state from an event.

Synopsis:

#include <bps/navigator.h>
 
BPS_API navigator_window_state_t navigator_event_get_window_state(bps_event_t *event)

Since:

BlackBerry 10.0.0

Arguments:

event

The NAVIGATOR_WINDOW_STATE event to extract the window state from.

Library:

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

Description:

The navigator_event_get_window_state() function extracts the current window state from a NAVIGATOR_WINDOW_STATE event.

Returns:

The window state from the event.