C# Class InTheHand.System.Display.DisplayRequest

Represents a display request.
To conserve power and extend battery life, the system reduces power to the computer if it does not detect any user activity for a certain amount of time. Depending on system power settings, the display may first be dimmed, a screen saver may be displayed, and eventually the display may be turned off as the system enters a low-power sleep state. PlatformVersion supported AndroidAndroid 4.4 and later iOSiOS 9.0 and later tvOStvOS 9.0 and later Windows UWPWindows 10 Windows StoreWindows 8.1 or later Windows Phone StoreWindows Phone 8.1 or later Windows Phone SilverlightWindows Phone 8.0 or later Windows (Desktop Apps)Windows Vista or later
Afficher le fichier Open project: inthehand/Charming

Méthodes publiques

Méthode Description
RequestActive ( ) : void

Activates a display request.

RequestRelease ( ) : void

Deactivates a display request.

Method Details

RequestActive() public méthode

Activates a display request.
public RequestActive ( ) : void
Résultat void

RequestRelease() public méthode

Deactivates a display request.
public RequestRelease ( ) : void
Résultat void