Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

iOSDevice.SetBatteryMonitoringEnabled

Changes battery monitoring state.

Component Version macOS Windows Linux Server iOS SDK
iOSDevice 7.2 ❌ No ❌ No ❌ No ❌ No ✅ Yes
MBS( "iOSDevice.SetBatteryMonitoringEnabled"; State )   More

Parameters

Parameter Description Example
State The new state of monitoring.
Pass 1 to enable or 0 to disable.
1

Result

Returns OK or error.

Description

Changes battery monitoring state.
Enable battery monitoring if your app needs to be notified of changes to the battery state, or if you want to check the battery charge level.
The default value of this property is 0, which:
  • Disables the posting of battery-related notifications
  • Disables the ability to read battery charge level and battery state

Examples

Enable battery monitoring:

MBS( "iOSDevice.SetBatteryMonitoringEnabled"; 1 )

See also

This function is free to use.

Created 18th March 2017, last changed 25th November 2017


iOSDevice.OrientationIsPortrait - iOSDevice.SystemName