Monitor the battery level of devices
Enable the iOS framework to report the battery level of devices that use your app to the iOS SDK. When you enable battery level monitoring, every event from a device will include the battery level of the device.
For best results, start reporting the battery level of devices before you initialize the SDK.
Battery level values range from 0 to 100. A value of -1 means that battery level reporting is disabled in the iOS framework.
Enable battery level monitoring
Add this code to enable battery level monitoring:
UIDevice.current.isBatteryMonitoringEnabled = true
Integrate WebView monitoring | Objective-C code example |
This documentation applies to the following versions of Splunk MINT™ SDK for iOS (Legacy): 5.2.x
Feedback submitted, thanks!