Device lock states.
#include <bps/navigator.h>
typedef enum {
NAVIGATOR_DEVICE_LOCK_STATE_UNLOCKED = 0
NAVIGATOR_DEVICE_LOCK_STATE_SCREEN_LOCKED = 1
NAVIGATOR_DEVICE_LOCK_STATE_PASSWORD_LOCKED = 2
} navigator_device_lock_state_t;
BlackBerry 10.0.0
This enumeration defines the different lock states that a device can be in.