Start receiving Screen Input Guard events.
#include <bps/screen_input_guard.h>
BPS_API int screen_input_guard_request_events(int flags)
BlackBerry 10.2.0
The types of events to deliver. A value of zero indicates that all events are requested. The meaning of non-zero values is reserved for future use.
The screen_input_guard_request_events() function starts to deliver Screen Input Guard events to the application using BPS. Events are posted to the currently active channel. They are only delivered while Screen Input Guard is enabled with screen_input_guard_enable().
BPS_SUCCESS upon success, BPS_FAILURE with errno set otherwise.