holster_state_t

Possible holster states.

Synopsis:

#include <bps/holster.h>
 
typedef enum {
      HOLSTER_IN = 0   
      HOLSTER_OUT = 1   
} holster_state_t;

Since:

BlackBerry 10.0.0

Data:

HOLSTER_IN
The device is in the holster.
HOLSTER_OUT
The device is out of the holster.

Library:

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

Description:

This enumeration defines the possible holster states. This is used to indicate whether the device is in or out of its holster.