The members of Android.OS.PowerManager are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | ActionPowerSaveModeChanged | string. Intent that is broadcast when the state of PowerManager.IsPowerSaveMode changes. |
[read-only] | IsInteractive | bool. Returns true if the device is in an interactive state. |
[read-only] | IsPowerSaveMode | bool. Returns true if the device is currently in power save mode. |
[read-only] | IsScreenOn | bool. Returns true if the device is in an interactive state. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
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. |