C# 클래스 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
파일 보기 프로젝트 열기: inthehand/Charming

공개 메소드들

메소드 설명
RequestActive ( ) : void

Activates a display request.

RequestRelease ( ) : void

Deactivates a display request.

메소드 상세

RequestActive() 공개 메소드

Activates a display request.
public RequestActive ( ) : void
리턴 void

RequestRelease() 공개 메소드

Deactivates a display request.
public RequestRelease ( ) : void
리턴 void