Types of power modes.
#include <screen/screen.h>
enumĀ {
SCREEN_POWER_MODE_OFF = 0x7680
SCREEN_POWER_MODE_SUSPEND = 0x7681
SCREEN_POWER_MODE_LIMITED_USE = 0x7682
SCREEN_POWER_MODE_ON = 0x7683
};
BlackBerry 10.0.0
The power usage in this state can be greater than in SCREEN_POWER_MODE_OFF, but will allow for a faster transition to active state.
This enumeration is used when setting the SCREEN_PROPERTY_POWER_MODE property.