PowerManager
PowerManager
PowerManager
PowerManager
Class
Definition
Provides information about whether the phone's battery is in power-saving mode.
public : static class PowerManagerpublic static class PowerManagerPublic Static Class PowerManager// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows Mobile Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Phone.PhoneContract (introduced v1)
|
Properties
PowerSavingMode PowerSavingMode PowerSavingMode PowerSavingMode
Gets a value that indicates whether the phone's battery is in power-saving mode.
public : static PowerSavingMode PowerSavingMode { get; }public static PowerSavingMode PowerSavingMode { get; }Public Static ReadOnly Property PowerSavingMode As PowerSavingMode// You can use this property in JavaScript.
true if the phone's battery is in power-saving mode; otherwise, false.
PowerSavingModeEnabled PowerSavingModeEnabled PowerSavingModeEnabled PowerSavingModeEnabled
Gets a value indicating whether power saving mode is currently enabled on the phone, regardless of whether power saving mode is currently active.
public : static PlatForm::Boolean PowerSavingModeEnabled { get; }public static bool PowerSavingModeEnabled { get; }Public Static ReadOnly Property PowerSavingModeEnabled As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
A value indicating whether power saving mode is currently enabled on the phone, regardless of whether power saving mode is currently active.
Events
PowerSavingModeChanged PowerSavingModeChanged PowerSavingModeChanged PowerSavingModeChanged
Occurs when the power-saving mode of the phone's battery is changed.
public : static event EventHandler PowerSavingModeChanged<object>public static event EventHandler PowerSavingModeChanged<object>Public Static Event PowerSavingModeChanged<object>// You can use this event in JavaScript.