public interface IBatteryLevelReceivedDelegate
Modifier and Type | Method and Description |
---|---|
void |
batteryLevelReceived(java.lang.Integer level)
Delegate method invoked for each Battery Level notification received
Note: This method will be called on a non-UI thread
|