navigator_orientation_check_response()

Specify whether your application intends to rotate.

Synopsis:

#include <bps/navigator.h>
 
BPS_API void navigator_orientation_check_response(bps_event_t *event,
                                                  bool will_rotate)

Since:

BlackBerry 10.0.0

Arguments:

event

The NAVIGATOR_ORIENTATION_CHECK event.

will_rotate

If true your application intends to rotate, if false your application does not intend to rotate.

Library:

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

Description:

The navigator_orientation_check_response() function specifies to the navigator whether or not your application intends to rotate. If you respond with true (that your application intends to rotate) then the navigator will send you a follow-up NAVIGATOR_ORIENTATION event when it is time for your application to resize its screen.

Returns: