Android.OS.PowerManager: Method Members

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

Public Methods

static
FromContext(Android.Content.Context) : PowerManager
Documentation for this section has not yet been entered.
GoToSleep(long)
Forces the device to go to sleep.
IsWakeLockLevelSupported(int) : bool
Returns true if the specified wake lock level is supported.
NewWakeLock(WakeLockFlags, string) : PowerManager.WakeLock
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.