The methods of Android.OS.PowerManager are listed below. For a list of all members, see the PowerManager Members list.
See Also: Inherited members from Java.Lang.Object
static | FromContext(Android.Content.Context)Documentation for this section has not yet been entered. | |
GoToSleep(long)Forces the device to go to sleep. | ||
IsWakeLockLevelSupported(int)Returns true if the specified wake lock level is supported. | ||
NewWakeLock(WakeLockFlags, string)Creates a new wake lock with the specified level and flags. | ||
Reboot(string)Reboot the device. | ||
UserActivity(long, bool)Notifies the power manager that user activity happened. | ||
WakeUp(long)Forces the device to wake up from sleep. |