screen_input_guard_event_t

Possible Screen Input Guard events.

Synopsis:

#include <bps/screen_input_guard.h>
 
typedef enum {
      SCREEN_INPUT_GUARD_EVENT_STATUS = 0x01   
} screen_input_guard_event_t;

Since:

BlackBerry 10.2.0

Data:

SCREEN_INPUT_GUARD_EVENT_STATUS
Screen Input Guard status event.

These events are delivered when Screen Input Guard is activated or deactivated. They are only delivered while Screen Input Guard is enabled with screen_input_guard_enable().

Library:

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

Description:

This enumeration defines the possible Screen Input Guard events.