Device holster events

Possible holster events.

Synopsis:

#include <bps/holster.h>
 
enumĀ {
      HOLSTER_INFO = 0x01   
};

Since:

BlackBerry 10.0.0

Data:

HOLSTER_INFO
The device has been holstered or unholstered.

This value contains all of the required information about 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 events. This event is generated when the user holsters or unholsters their device, and provides information on the holster status of the device. Use the holster_event_get_holster_status() function to retrieve information from this event.