You.i Engine
YiDevicePowerManagementBridge.h
Go to the documentation of this file.
1 // © You i Labs Inc. 2000-2017. All rights reserved.
2 #ifndef _YI_DEVICE_POWER_MANAGEMENT_BRIDGE_H_
3 #define _YI_DEVICE_POWER_MANAGEMENT_BRIDGE_H_
4 
10 #include "framework/YiPredef.h"
11 
18 {
19 public:
22 
26  virtual void KeepDeviceScreenOn(bool bKeepOn) = 0;
27 };
28 
33 #endif // _YI_DEVICE_POWER_MANAGEMENT_BRIDGE_H_
CYIDevicePowerManagementBridge()
Definition: YiDevicePowerManagementBridge.h:20
virtual ~CYIDevicePowerManagementBridge()
Definition: YiDevicePowerManagementBridge.h:21
virtual void KeepDeviceScreenOn(bool bKeepOn)=0
Utility functions for accessing device power management features.
Definition: YiDevicePowerManagementBridge.h:17