Specify whether your application intends to rotate.
#include <bps/navigator.h>
BPS_API void navigator_orientation_check_response(bps_event_t *event,
bool will_rotate)
BlackBerry 10.0.0
The NAVIGATOR_ORIENTATION_CHECK event.
If true your application intends to rotate, if false your application does not intend to rotate.
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.