Screen events

Event code for libscreen events.

Synopsis:

#include <bps/screen.h>
 
enumĀ {
      BPS_SCREEN_EVENT = 0x01   
      BPS_SCREEN_FAILURE = 0x02   
};

Since:

BlackBerry 10.0.0

Data:

BPS_SCREEN_EVENT
The event code for the BPS event that wraps all libscreen events.
BPS_SCREEN_FAILURE
The event code for the BPS event that indicates a failure from libscreen.

Library:

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

Description:

This enumeration defines the event code for the BPS event that wraps all libscreen events.