Possible holster states.
#include <bps/holster.h>
typedef enum {
HOLSTER_IN = 0
HOLSTER_OUT = 1
} holster_state_t;
BlackBerry 10.0.0
This enumeration defines the possible holster states. This is used to indicate whether the device is in or out of its holster.