Types of idle modes.
#include <screen/screen.h>
enumĀ {
SCREEN_IDLE_MODE_NORMAL = 0
SCREEN_IDLE_MODE_KEEP_AWAKE = 1
};
BlackBerry 10.0.0
By default, the display will go idle after the period of time indicated by SCREEN_PROPERTY_IDLE_TIMEOUT.
This enumeration is used when setting the SCREEN_PROPERTY_IDLE_MODE property.